Skip to content

Commit 2761474

Browse files
docs: update vue unpkg link (meteorlxy#171)
Co-authored-by: meteorlxy <meteor.lxy@foxmail.com>
1 parent 90ca68b commit 2761474

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/docs/src/guide/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Vssue can be used directly via a `<script>` tag in browser. As Vssue depends on
2929
<!-- Introduce Vue first -->
3030

3131
<!-- vue runtime build (runtime only) -->
32-
<script src="https://unpkg.com/vue/dist/vue.runtime.min.js"></script>
32+
<script src="https://unpkg.com/vue@2.7.14/dist/vue.runtime.min.js"></script>
3333
<!-- OR: vue full build (runtime + compiler) -->
34-
<script src="https://unpkg.com/vue/dist/vue.min.js"></script>
34+
<script src="https://unpkg.com/vue@2.7.14/dist/vue.min.js"></script>
3535

3636
<!-- Introduce Vssue after Vue -->
3737

packages/docs/src/zh/guide/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Vssue 可以在浏览器中通过 `<script>` 标签直接使用。由于 Vssue
2929
<!-- 先引入 Vue -->
3030

3131
<!-- Vue 运行时版 (runtime only) -->
32-
<script src="https://unpkg.com/vue/dist/vue.runtime.min.js"></script>
32+
<script src="https://unpkg.com/vue@2.7.14/dist/vue.runtime.min.js"></script>
3333
<!-- 或: Vue 完整版 (runtime + compiler) -->
34-
<script src="https://unpkg.com/vue/dist/vue.min.js"></script>
34+
<script src="https://unpkg.com/vue@2.7.14/dist/vue.min.js"></script>
3535

3636
<!-- 在 Vue 之后引入 Vssue -->
3737

0 commit comments

Comments
 (0)