mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 11:38:11 +08:00
refactor(visualization): 将ShorthandMode导入从Types模块移至单独导入
优化导入结构,将ShorthandMode从组件类型文件中分离出来,提高代码可维护性
This commit is contained in:
@@ -357,7 +357,8 @@ const props = withDefaults(
|
||||
}
|
||||
)
|
||||
|
||||
import { State, ShorthandMode } from '@/components/visualization/component-background/Types'
|
||||
import { State } from '@/components/visualization/component-background/Types'
|
||||
import { ShorthandMode } from '@/Types'
|
||||
|
||||
const state = reactive<State>({
|
||||
commonBackground: {
|
||||
|
||||
Reference in New Issue
Block a user