Skip to content

Commit 2908c49

Browse files
committed
specify browser build is for using native es modules
1 parent 55ef7e2 commit 2908c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For production, we recommend linking to a specific version number and build to a
4646
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.0/dist/vue.js"></script>
4747
```
4848

49-
If you are using ES Modules, there is also an ES Modules compatible build:
49+
If you are using native ES Modules, there is also an ES Modules compatible build:
5050

5151
``` html
5252
<script type="module">

0 commit comments

Comments
 (0)