mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
add livelottery obs compoent
This commit is contained in:
11
src/views/view/songListTemplate/SimpleSongListTemplate.vue
Normal file
11
src/views/view/songListTemplate/SimpleSongListTemplate.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
import { NGridItem,NGrid } from 'naive-ui';
|
||||
</script>
|
||||
<template>
|
||||
<NGrid>
|
||||
<NGridItem>
|
||||
|
||||
</NGridItem>
|
||||
</NGrid>
|
||||
</template>
|
||||
Reference in New Issue
Block a user