布局框架搭建
This commit is contained in:
9
src/layouts/components/setting.vue
Normal file
9
src/layouts/components/setting.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<a-drawer v-model:open="open" title="布局配置"></a-drawer>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref } from 'vue';
|
||||
|
||||
const open = ref(false)
|
||||
</script>
|
||||
Reference in New Issue
Block a user