fix: 修改组件名称大写的问题

This commit is contained in:
MTrun
2022-03-10 14:57:34 +08:00
parent 5694f61e4d
commit 5b5f59da91
6 changed files with 11 additions and 11 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')
)