mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 16:22:57 +08:00
perf: 全局内容默认不展示
This commit is contained in:
parent
5d9b3d5a9b
commit
ce0c439f06
@ -81,7 +81,7 @@ const editDisabled = ref(true)
|
||||
const designStore = useDesignStore()
|
||||
const themeColor = ref(designStore.getAppTheme)
|
||||
|
||||
const showTable = ref(true)
|
||||
const showTable = ref(false)
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
Loading…
Reference in New Issue
Block a user