fix: flow文件路径引用错误导致无法编译的问题

This commit is contained in:
kuaifan 2022-01-23 13:16:25 +08:00
parent f09b864e30
commit 130a85a5fc
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ Vue.use(Minder)
const MDEditor = () => import('../../../components/MDEditor/index');
const TEditor = () => import('../../../components/TEditor');
const LuckySheet = () => import('../../../components/LuckySheet');
const Flow = () => import('../../../components/flow');
const Flow = () => import('../../../components/Flow');
const OnlyOffice = () => import('../../../components/OnlyOffice');
export default {

View File

@ -51,7 +51,7 @@ Vue.use(Minder)
const MDPreview = () => import('../../../components/MDEditor/preview');
const TEditor = () => import('../../../components/TEditor');
const LuckySheet = () => import('../../../components/LuckySheet');
const Flow = () => import('../../../components/flow');
const Flow = () => import('../../../components/Flow');
const OnlyOffice = () => import('../../../components/OnlyOffice');
export default {