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

chore(vue-components): release

This commit is contained in:
roymondchen
2024-09-04 20:16:24 +08:00
committed by roymondchen
parent 0d901c018f
commit 815854bad8
21 changed files with 48 additions and 72 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "0.0.2",
"version": "0.0.3",
"name": "@tmagic/vue-page-fragment-container",
"type": "module",
"main": "src/index.ts",
@@ -17,7 +17,7 @@
"vue-demi": "^0.14.10"
},
"peerDependencies": {
"@tmagic/schema": "workspace:^",
"@tmagic/core": "workspace:^",
"@tmagic/vue-runtime-help": "workspace:^",
"typescript": "*"
},

View File

@@ -13,7 +13,7 @@
<script lang="ts">
import { computed, defineComponent, type PropType } from 'vue-demi';
import { type Id, type MComponent, type MNode, NodeType } from '@tmagic/schema';
import { type Id, type MComponent, type MNode, NodeType } from '@tmagic/core';
import { useApp, useComponent } from '@tmagic/vue-runtime-help';
export default defineComponent({