feat: 代码优化
This commit is contained in:
@@ -21,7 +21,5 @@ const components: any = {
|
||||
RoomTypeSetting,
|
||||
Version,
|
||||
}
|
||||
const onChange = ({ componentName }: any) => {
|
||||
currentComponent.value = components[componentName]
|
||||
}
|
||||
const onChange = ({ componentName }: any) => currentComponent.value = components[componentName]
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user