附件中心
This commit is contained in:
parent
1c5708b214
commit
07ed5286a3
|
|
@ -1,11 +0,0 @@
|
||||||
<template>
|
|
||||||
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script setup>
|
|
||||||
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
@ -96,7 +96,10 @@
|
||||||
</el-drawer>
|
</el-drawer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup name="userbar">
|
<script setup>
|
||||||
|
defineOptions({
|
||||||
|
name: "userBar"
|
||||||
|
})
|
||||||
import {ref, onMounted, getCurrentInstance} from "vue";
|
import {ref, onMounted, getCurrentInstance} from "vue";
|
||||||
import search from './search.vue'
|
import search from './search.vue'
|
||||||
import setting from './setting.vue'
|
import setting from './setting.vue'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue