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": "0.1.2",
"version": "0.2.0",
"name": "@tmagic/vue-button",
"type": "module",
"main": "src/index.ts",

View File

@@ -29,6 +29,7 @@ export default defineComponent({
iteratorIndex: Array as PropType<number[]>,
iteratorContainerId: Array as PropType<Id[]>,
containerIndex: Number,
pageFragmentContainerId: [String, Number] as PropType<Id>,
model: {
type: Object,
default: () => ({}),