We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7beb7 commit b3b590bCopy full SHA for b3b590b
README.md
@@ -79,7 +79,7 @@ Include the browser-ready bundle (download from [releases](https://github.com/jb
79
80
```html
81
<script src="vue-grid-layout.umd.min.js"></script>
82
-````
+```
83
84
85
### Usage
@@ -114,7 +114,7 @@ Include the browser-ready bundle (download from [releases](https://github.com/jb
114
layout: testLayout,
115
},
116
});
117
118
119
120
````html
@@ -140,7 +140,7 @@ Include the browser-ready bundle (download from [releases](https://github.com/jb
140
{{item.i}}
141
</grid-item>
142
</grid-layout>
143
144
145
146
### Documentation
0 commit comments