mirror of
https://gitee.com/dromara/go-view.git
synced 2024-12-05 13:18:48 +08:00
fix: 修改文件名称大小写的问题
This commit is contained in:
parent
18b6acaed1
commit
00f392eae0
@ -95,7 +95,7 @@ const {
|
|||||||
LeafIcon
|
LeafIcon
|
||||||
} = icon.ionicons5
|
} = icon.ionicons5
|
||||||
|
|
||||||
const ContentEdit = loadAsyncComponent(() => import('../contentEdit/index.vue'))
|
const ContentEdit = loadAsyncComponent(() => import('../ContentEdit/index.vue'))
|
||||||
const CanvasPage = loadAsyncComponent(() =>
|
const CanvasPage = loadAsyncComponent(() =>
|
||||||
import('./components/CanvasPage/index.vue')
|
import('./components/CanvasPage/index.vue')
|
||||||
)
|
)
|
||||||
|
@ -74,7 +74,7 @@ import { useAddKeyboard } from '../hooks/useKeyboard.hook'
|
|||||||
import { dragHandle, dragoverHandle, useMouseHandle } from './hooks/useDrag.hook'
|
import { dragHandle, dragoverHandle, useMouseHandle } from './hooks/useDrag.hook'
|
||||||
import { useComponentStyle, useSizeStyle } from './hooks/useStyle.hook'
|
import { useComponentStyle, useSizeStyle } from './hooks/useStyle.hook'
|
||||||
|
|
||||||
import { ContentBox } from '../contentBox/index'
|
import { ContentBox } from '../ContentBox/index'
|
||||||
import { EditRange } from './components/EditRange'
|
import { EditRange } from './components/EditRange'
|
||||||
import { EditBottom } from './components/EditBottom'
|
import { EditBottom } from './components/EditBottom'
|
||||||
import { EditShapeBox } from './components/EditShapeBox'
|
import { EditShapeBox } from './components/EditShapeBox'
|
||||||
|
Loading…
Reference in New Issue
Block a user