This commit is contained in:
奔跑的面条
2022-05-10 17:57:00 +08:00
2 changed files with 2 additions and 2 deletions
@@ -95,7 +95,7 @@ const {
LeafIcon
} = icon.ionicons5
const ContentEdit = loadAsyncComponent(() => import('../contentEdit/index.vue'))
const ContentEdit = loadAsyncComponent(() => import('../ContentEdit/index.vue'))
const CanvasPage = loadAsyncComponent(() =>
import('./components/CanvasPage/index.vue')
)
+1 -1
View File
@@ -74,7 +74,7 @@ import { useAddKeyboard } from '../hooks/useKeyboard.hook'
import { dragHandle, dragoverHandle, useMouseHandle } from './hooks/useDrag.hook'
import { useComponentStyle, useSizeStyle } from './hooks/useStyle.hook'
import { ContentBox } from '../contentBox/index'
import { ContentBox } from '../ContentBox/index'
import { EditRange } from './components/EditRange'
import { EditBottom } from './components/EditBottom'
import { EditShapeBox } from './components/EditShapeBox'