fix: flow文件路径引用错误导致无法编译的问题
This commit is contained in:
parent
f09b864e30
commit
130a85a5fc
@ -75,7 +75,7 @@ Vue.use(Minder)
|
|||||||
const MDEditor = () => import('../../../components/MDEditor/index');
|
const MDEditor = () => import('../../../components/MDEditor/index');
|
||||||
const TEditor = () => import('../../../components/TEditor');
|
const TEditor = () => import('../../../components/TEditor');
|
||||||
const LuckySheet = () => import('../../../components/LuckySheet');
|
const LuckySheet = () => import('../../../components/LuckySheet');
|
||||||
const Flow = () => import('../../../components/flow');
|
const Flow = () => import('../../../components/Flow');
|
||||||
const OnlyOffice = () => import('../../../components/OnlyOffice');
|
const OnlyOffice = () => import('../../../components/OnlyOffice');
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
@ -51,7 +51,7 @@ Vue.use(Minder)
|
|||||||
const MDPreview = () => import('../../../components/MDEditor/preview');
|
const MDPreview = () => import('../../../components/MDEditor/preview');
|
||||||
const TEditor = () => import('../../../components/TEditor');
|
const TEditor = () => import('../../../components/TEditor');
|
||||||
const LuckySheet = () => import('../../../components/LuckySheet');
|
const LuckySheet = () => import('../../../components/LuckySheet');
|
||||||
const Flow = () => import('../../../components/flow');
|
const Flow = () => import('../../../components/Flow');
|
||||||
const OnlyOffice = () => import('../../../components/OnlyOffice');
|
const OnlyOffice = () => import('../../../components/OnlyOffice');
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user