提交 9e029fcd authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 789e71d6
...@@ -31,20 +31,20 @@ const component = computed(() => { ...@@ -31,20 +31,20 @@ const component = computed(() => {
TriggeringConditions10: markRaw( TriggeringConditions10: markRaw(
defineAsyncComponent(() => import('./components/triggeringConditions/TriggeringConditions10.vue')) defineAsyncComponent(() => import('./components/triggeringConditions/TriggeringConditions10.vue'))
), ),
MarketingAction1: markRaw(defineAsyncComponent(() => import('./components/marketingAction/MarketingAction1.vue'))), MarketingAction1: markRaw(defineAsyncComponent(() => import('./components/marketingAction/marketingAction1.vue'))),
MarketingAction2: markRaw(defineAsyncComponent(() => import('./components/marketingAction/MarketingAction2.vue'))), MarketingAction2: markRaw(defineAsyncComponent(() => import('./components/marketingAction/marketingAction2.vue'))),
MarketingAction3: markRaw(defineAsyncComponent(() => import('./components/marketingAction/MarketingAction3.vue'))), MarketingAction3: markRaw(defineAsyncComponent(() => import('./components/marketingAction/marketingAction3.vue'))),
MarketingAction4: markRaw(defineAsyncComponent(() => import('./components/marketingAction/MarketingAction4.vue'))), MarketingAction4: markRaw(defineAsyncComponent(() => import('./components/marketingAction/marketingAction4.vue'))),
MarketingAction5: markRaw(defineAsyncComponent(() => import('./components/marketingAction/MarketingAction5.vue'))), MarketingAction5: markRaw(defineAsyncComponent(() => import('./components/marketingAction/marketingAction5.vue'))),
MarketingAction6: markRaw(defineAsyncComponent(() => import('./components/marketingAction/MarketingAction6.vue'))), MarketingAction6: markRaw(defineAsyncComponent(() => import('./components/marketingAction/marketingAction6.vue'))),
MarketingAction7: markRaw(defineAsyncComponent(() => import('./components/marketingAction/MarketingAction7.vue'))), MarketingAction7: markRaw(defineAsyncComponent(() => import('./components/marketingAction/marketingAction7.vue'))),
MarketingAction8: markRaw(defineAsyncComponent(() => import('./components/marketingAction/MarketingAction8.vue'))), MarketingAction8: markRaw(defineAsyncComponent(() => import('./components/marketingAction/marketingAction8.vue'))),
MarketingAction9: markRaw(defineAsyncComponent(() => import('./components/marketingAction/MarketingAction9.vue'))), MarketingAction9: markRaw(defineAsyncComponent(() => import('./components/marketingAction/marketingAction9.vue'))),
MarketingAction10: markRaw( MarketingAction10: markRaw(
defineAsyncComponent(() => import('./components/marketingAction/MarketingAction10.vue')) defineAsyncComponent(() => import('./components/marketingAction/marketingAction10.vue'))
), ),
MarketingAction11: markRaw( MarketingAction11: markRaw(
defineAsyncComponent(() => import('./components/marketingAction/MarketingAction11.vue')) defineAsyncComponent(() => import('./components/marketingAction/marketingAction11.vue'))
), ),
ConditionalBranch1: markRaw( ConditionalBranch1: markRaw(
defineAsyncComponent(() => import('./components/conditionalBranch/ConditionalBranch1.vue')) defineAsyncComponent(() => import('./components/conditionalBranch/ConditionalBranch1.vue'))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论