From 04fb447ce3645ac7f5f4434e0a787396386fa85f Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Sat, 3 Feb 2024 16:08:17 +0800 Subject: [PATCH] fix: delete test --- src/core/main/layout.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/core/main/layout.ts b/src/core/main/layout.ts index ce3c080..10d4c19 100644 --- a/src/core/main/layout.ts +++ b/src/core/main/layout.ts @@ -2,7 +2,6 @@ import { Component, RenderFunction, SetupContext, - SlotsType, VNode, VNodeChild, defineComponent, @@ -10,8 +9,6 @@ import { onMounted } from 'vue'; import BoxAnimate from '@/components/boxAnimate.vue'; -import { mainUi } from './init/ui'; -import { GameUi } from './custom/ui'; interface VForRenderer { type: '@v-for'; @@ -436,6 +433,3 @@ export function icon( ) { return h(BoxAnimate, { id, width, height, noBoarder }); } - -mainUi.register(new GameUi('test', m().export())); -mainUi.open('test');