mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 20:59:37 +08:00
fix: delete test
This commit is contained in:
parent
72f8af1a1c
commit
04fb447ce3
@ -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');
|
|
||||||
|
Loading…
Reference in New Issue
Block a user