Skip to content

Commit 28e9379

Browse files
author
Franck Freiburger
committed
wip(docs): prefer @latest version to @next
1 parent d0910ff commit 28e9379

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/[email protected]/dist/vue3-sfc-loader.js"></script>
810810
<script>
811811

0 commit comments

Comments
 (0)