mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
update
This commit is contained in:
18
src/views/manage/QuestionBoxManageView.vue
Normal file
18
src/views/manage/QuestionBoxManageView.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<script setup lang="ts">
|
||||
import { QAInfo } from '@/api/api-models';
|
||||
import { onMounted, ref } from 'vue';
|
||||
|
||||
const questions = ref([] as QAInfo[]);
|
||||
|
||||
function GetQAInfo() {
|
||||
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
1
|
||||
</template>
|
||||
Reference in New Issue
Block a user