add livelottery obs compoent

This commit is contained in:
2023-11-11 19:00:01 +08:00
parent 6d625b3ddc
commit 0b36224691
9 changed files with 350 additions and 32 deletions

View File

@@ -0,0 +1,11 @@
<script setup lang="ts">
import { NGridItem,NGrid } from 'naive-ui';
</script>
<template>
<NGrid>
<NGridItem>
</NGridItem>
</NGrid>
</template>