Skip to content

Commit

Permalink
fix(runtime): 更新Vue3 cdn链接
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Jan 9, 2024
1 parent f8443ed commit 84cbc74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/vue3/page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
display: none;
}
</style>
<script src="https://unpkg.com/vue@next/dist/vue.runtime.global.js"></script>
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
</head>
<body style="font-size: 14px">
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion runtime/vue3/playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<div id="app" class="in-editor"></div>

<script src="https://unpkg.com/vue@next/dist/vue.global.js"></script>
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>

<script type="module" src="./main.ts"></script>
</body>
Expand Down

0 comments on commit 84cbc74

Please sign in to comment.