perf: 全局内容默认不展示

This commit is contained in:
奔跑的面条 2022-07-16 19:01:53 +08:00
parent f178b0e0ca
commit d1de5f0c4c

View File

@ -81,7 +81,7 @@ const editDisabled = ref(true)
const designStore = useDesignStore() const designStore = useDesignStore()
const themeColor = ref(designStore.getAppTheme) const themeColor = ref(designStore.getAppTheme)
const showTable = ref(true) const showTable = ref(false)
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>