mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-12 06:57:08 +08:00
chore:优化系统配置加载与切换问题
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</slot>
|
||||
</a-space>
|
||||
</a-row>
|
||||
<a-tabs type="card-gutter" size="large" :active-key="activeKey" @change="change">
|
||||
<a-tabs v-model:active-key="activeKey" type="card-gutter" size="large" @change="change">
|
||||
<a-tab-pane key="1" title="登录日志" />
|
||||
<a-tab-pane key="2" title="操作日志" />
|
||||
</a-tabs>
|
||||
|
||||
Reference in New Issue
Block a user