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
2626<html >
2727<body >
2828 <div id =" app" ></div >
29- <script src =" https://unpkg.com/vue@next " ></script >
29+ <script src =" https://unpkg.com/vue@latest " ></script >
3030 <script src =" https://cdn.jsdelivr.net/npm/vue3-sfc-loader/dist/vue3-sfc-loader.js" ></script >
3131 <script >
3232
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.
805805<html >
806806<body >
807807 <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 >
809809 <script src =" https://cdn.jsdelivr.net/npm/vue3-sfc-loader@0.9.3/dist/vue3-sfc-loader.js" ></script >
810810 <script >
811811
You can’t perform that action at this time.
0 commit comments