mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
10 lines
211 B
Vue
10 lines
211 B
Vue
<script setup lang="ts">
|
|
import { NLayoutContent } from 'naive-ui'
|
|
import FeedbackManage from './FeedbackManage.vue'
|
|
</script>
|
|
<template>
|
|
<div style="margin: 16px">
|
|
<FeedbackManage />
|
|
</div>
|
|
</template>
|