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

This commit is contained in:
奔跑的面条
2022-05-10 17:56:45 +08:00
parent d5fb56f571
commit 770373c48c
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')
)