1
0
mirror of synced 2026-03-23 02:58:34 +08:00

feat(vue-components): 添加页面片容器id prop

This commit is contained in:
roymondchen
2025-07-15 15:31:51 +08:00
parent 1736d495fd
commit a43825caa2
30 changed files with 285 additions and 1284 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "1.1.5",
"version": "1.2.1",
"name": "@tmagic/vue-runtime-help",
"type": "module",
"sideEffects": false,
@@ -30,8 +30,8 @@
"vue-demi": "^0.14.10"
},
"peerDependencies": {
"@tmagic/core": ">=1.5.0",
"@tmagic/stage": ">=1.5.0",
"@tmagic/core": ">=1.6.0-beta.0",
"@tmagic/stage": ">=1.6.0-beta.0",
"@vue/composition-api": ">=1.7.2",
"typescript": "catalog:",
"vue": ">=2.6.0 || >=3.5.0"