mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-24 15:14:01 +08:00
Optimize: code
This commit is contained in:
parent
798fb85ce9
commit
717c69e09d
@ -163,7 +163,7 @@ onMounted(async () => {
|
||||
</BetweenMenus>
|
||||
</a-col>
|
||||
|
||||
<component :is="component[configName ?? '']" v-if="isReady" :config="configFile" />
|
||||
<component :is="component[configName]" v-if="configName && isReady" :config="configFile" />
|
||||
|
||||
<a-col v-else :span="24">
|
||||
<Loading />
|
||||
|
Loading…
Reference in New Issue
Block a user