Skip to content

Commit 39091fd

Browse files
committed
restored browser script include to readme
1 parent db3c8a9 commit 39091fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ Import the library
7777

7878
Include the browser-ready bundle (download from [releases](https://github.com/jbaysolutions/vue-grid-layout/releases)) in your page. The components will be automatically available.
7979

80-
80+
```html
81+
<script src="vue-grid-layout.umd.min.js"></script>
82+
```
8183

8284
### Usage
8385

0 commit comments

Comments
 (0)