fix: delete test

This commit is contained in:
unanmed 2024-02-03 16:08:17 +08:00
parent 72f8af1a1c
commit 04fb447ce3

View File

@ -2,7 +2,6 @@ import {
Component, Component,
RenderFunction, RenderFunction,
SetupContext, SetupContext,
SlotsType,
VNode, VNode,
VNodeChild, VNodeChild,
defineComponent, defineComponent,
@ -10,8 +9,6 @@ import {
onMounted onMounted
} from 'vue'; } from 'vue';
import BoxAnimate from '@/components/boxAnimate.vue'; import BoxAnimate from '@/components/boxAnimate.vue';
import { mainUi } from './init/ui';
import { GameUi } from './custom/ui';
interface VForRenderer { interface VForRenderer {
type: '@v-for'; type: '@v-for';
@ -436,6 +433,3 @@ export function icon(
) { ) {
return h(BoxAnimate, { id, width, height, noBoarder }); return h(BoxAnimate, { id, width, height, noBoarder });
} }
mainUi.register(new GameUi('test', m().export()));
mainUi.open('test');