Skip to content

Commit d2ad009

Browse files
committed
update & fixes #4
1 parent 4066a62 commit d2ad009

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ App.$el = '#root'
3131
new App()
3232
```
3333

34-
> If import the UMD formated bundle to the html, then you dont't have to call `init` manually.
34+
> The way to require ES modules and CommonJS modules may have a slice of difference between different versions of Vue and Vue-loader, and this is totally depending on Vue and the loader, so please check out related documents.
35+
36+
> If your import the UMD formated bundle to the html, then you dont't have to call `init` manually.
3537
3638
```html
3739
<script>{{Vue runtime}}</script>

0 commit comments

Comments
 (0)