@@ -472,7 +472,7 @@ _see at [vuejs/rfcs](https://github.com/vuejs/rfcs/pull/231)_
472
472
<!DOCTYPE html>
473
473
<html >
474
474
<body >
475
- <script src =" https://unpkg.com/vue@3/dist/vue.runtime.global.prod.js/dist/vue.runtime.global.prod.js " ></script >
475
+ <script src =" https://unpkg.com/vue@3/dist/vue.runtime.global.prod.js" ></script >
476
476
<
script src =
" https://cdn.jsdelivr.net/npm/[email protected] /dist/vue3-sfc-loader.js" ></
script >
477
477
<script >
478
478
@@ -537,7 +537,7 @@ _see at [vuejs/rfcs](https://github.com/vuejs/rfcs/pull/231)_
537
537
<!DOCTYPE html>
538
538
<html >
539
539
<body >
540
- <script src =" https://unpkg.com/vue@3/dist/vue.runtime.global.prod.js/dist/vue.runtime.global.prod.js " ></script >
540
+ <script src =" https://unpkg.com/vue@3/dist/vue.runtime.global.prod.js" ></script >
541
541
<
script src =
" https://cdn.jsdelivr.net/npm/[email protected] /dist/vue3-sfc-loader.js" ></
script >
542
542
<script >
543
543
@@ -797,7 +797,7 @@ In the following example we use a trick to preserve reactivity through the `Vue.
797
797
<!DOCTYPE html>
798
798
<html >
799
799
<body >
800
- <script src =" https://unpkg.com/vue@3/dist/vue.runtime.global.prod.js/dist/vue.runtime.global.prod.js " ></script >
800
+ <script src =" https://unpkg.com/vue@3/dist/vue.runtime.global.prod.js" ></script >
801
801
<script src =" https://unpkg.com/vue-i18n@next" ></script >
802
802
<
script src =
" https://cdn.jsdelivr.net/npm/[email protected] /dist/vue3-sfc-loader.js" ></
script >
803
803
<script >
@@ -867,7 +867,7 @@ In the following example we use a trick to preserve reactivity through the `Vue.
867
867
<!DOCTYPE html>
868
868
<html >
869
869
<body >
870
- <script src =" https://unpkg.com/vue@3/dist/vue.runtime.global.prod.js/dist/vue.runtime.global.prod.js " ></script >
870
+ <script src =" https://unpkg.com/vue@3/dist/vue.runtime.global.prod.js" ></script >
871
871
<
script src =
" https://cdn.jsdelivr.net/npm/[email protected] /dist/vue3-sfc-loader.js" ></
script >
872
872
<script >
873
873
@@ -982,7 +982,7 @@ In the following example we use a trick to preserve reactivity through the `Vue.
982
982
<!DOCTYPE html>
983
983
<html >
984
984
<body >
985
- <script src =" https://unpkg.com/vue@3/dist/vue.runtime.global.prod.js/dist/vue.runtime.global.prod.js " ></script >
985
+ <script src =" https://unpkg.com/vue@3/dist/vue.runtime.global.prod.js" ></script >
986
986
<
script src =
" https://cdn.jsdelivr.net/npm/[email protected] /dist/vue3-sfc-loader.js" ></
script >
987
987
<script >
988
988
@@ -1089,15 +1089,15 @@ In the following example we use a trick to preserve reactivity through the `Vue.
1089
1089
<!DOCTYPE html>
1090
1090
<html >
1091
1091
<body >
1092
- <script src =" https://unpkg.com/vue@3/dist/vue.runtime.global.prod.js/dist/vue.runtime.global.prod.js " ></script >
1092
+ <script src =" https://unpkg.com/vue@3/dist/vue.runtime.global.prod.js" ></script >
1093
1093
<
script src =
" https://cdn.jsdelivr.net/npm/[email protected] /dist/vue3-sfc-loader.js" ></
script >
1094
1094
<script >
1095
1095
1096
1096
/* <!-- */
1097
1097
const config = {
1098
1098
1099
1099
// note: Here, for convenience, we simply retrieve content from a string.
1100
-
1100
+
1101
1101
files: {
1102
1102
' /circle.svg' : ` <svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50" /></svg>` ,
1103
1103
' /main.vue' : `
@@ -1278,7 +1278,7 @@ This example use Vue2 because **vue-calendar-picker** is written for Vue2.
1278
1278
<!DOCTYPE html>
1279
1279
<html >
1280
1280
<body >
1281
- <script src =" https://unpkg.com/vue@3/dist/vue.runtime.global.prod.js/dist/vue.runtime.global.prod.js " ></script >
1281
+ <script src =" https://unpkg.com/vue@3/dist/vue.runtime.global.prod.js" ></script >
1282
1282
<
script src =
" https://cdn.jsdelivr.net/npm/[email protected] /dist/vue3-sfc-loader.js" ></
script >
1283
1283
<script >
1284
1284
0 commit comments