mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
update alert
This commit is contained in:
9
src/views/ViewerFeedbackView.vue
Normal file
9
src/views/ViewerFeedbackView.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import { NLayoutContent } from 'naive-ui'
|
||||
import FeedbackManage from './FeedbackManage.vue'
|
||||
</script>
|
||||
<template>
|
||||
<div style="margin: 16px;">
|
||||
<FeedbackManage />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user