mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-18 11:23:39 +08:00
fix(runtime): 更新Vue3 cdn链接
This commit is contained in:
parent
f8443ed316
commit
84cbc745c7
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user