1
0
mirror of synced 2026-04-03 06:28:35 +08:00

chore: 删除vue2 runtime,后续vue-components里的组件不再考虑vue2的支持

This commit is contained in:
roymondchen
2025-08-27 14:24:15 +08:00
parent 0967c3449e
commit 7d3a2df793
53 changed files with 64 additions and 784 deletions

View File

@@ -375,7 +375,7 @@ const stageContentMenu = ref([
```html
<template>
<m-editor
runtime-url="https://tencent.github.io/tmagic-editor/playground/runtime/vue3/playground/index.html"
runtime-url="https://tencent.github.io/tmagic-editor/playground/runtime/vue/playground/index.html"
></m-editor>
</template>
```