feat: 打包配置问题修复
This commit is contained in:
@@ -12,13 +12,11 @@ import { shallowRef } from 'vue'
|
||||
import SystemConfig from './components/SystemConfig/index.vue'
|
||||
import AccountSetting from './components/AccountSetting/index.vue'
|
||||
import Version from './components/Version/index.vue'
|
||||
import ChannelSetting from './components/ChannelSetting/index.vue'
|
||||
import RoomTypeSetting from './components/RoomTypeSetting/index.vue'
|
||||
|
||||
const currentComponent = shallowRef(AccountSetting)
|
||||
const components: any = {
|
||||
AccountSetting,
|
||||
ChannelSetting,
|
||||
RoomTypeSetting,
|
||||
Version,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user