File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
26
26
<html >
27
27
<body >
28
28
<div id =" app" ></div >
29
- <script src =" https://unpkg.com/vue@next " ></script >
29
+ <script src =" https://unpkg.com/vue@latest " ></script >
30
30
<script src =" https://cdn.jsdelivr.net/npm/vue3-sfc-loader/dist/vue3-sfc-loader.js" ></script >
31
31
<script >
32
32
Original file line number Diff line number Diff line change @@ -805,7 +805,7 @@ In the following example we use a trick to preserve reactivity through the `Vue.
805
805
<html >
806
806
<body >
807
807
<script src =" https://unpkg.com/vue@3/dist/vue.runtime.global.prod.js" ></script >
808
- <script src =" https://unpkg.com/vue-i18n@next " ></script >
808
+ <script src =" https://unpkg.com/vue-i18n@latest " ></script >
809
809
<
script src =
" https://cdn.jsdelivr.net/npm/[email protected] /dist/vue3-sfc-loader.js" ></
script >
810
810
<script >
811
811
You can’t perform that action at this time.
0 commit comments