mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
t
This commit is contained in:
@@ -423,12 +423,6 @@ export default defineComponent({
|
|||||||
Toolbar,
|
Toolbar,
|
||||||
ProjectManager,
|
ProjectManager,
|
||||||
},
|
},
|
||||||
props: {
|
|
||||||
visible: {
|
|
||||||
type: Boolean,
|
|
||||||
default: false,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
setup(props, { expose, emit }) {
|
setup(props, { expose, emit }) {
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
hideshow: true,
|
hideshow: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user