附件中心

This commit is contained in:
zhang zhuo 2025-06-17 18:05:24 +08:00
parent 1c5708b214
commit 07ed5286a3
2 changed files with 4 additions and 12 deletions

View File

@ -1,11 +0,0 @@
<template>
</template>
<script setup>
</script>
<style scoped>
</style>

View File

@ -96,7 +96,10 @@
</el-drawer>
</template>
<script setup name="userbar">
<script setup>
defineOptions({
name: "userBar"
})
import {ref, onMounted, getCurrentInstance} from "vue";
import search from './search.vue'
import setting from './setting.vue'