|
@@ -49,6 +49,7 @@ import FormatPreTen from "@/views/ppt_manage/newVersion/components/formatPreview
|
|
|
import FormatPreEle from "@/views/ppt_manage/newVersion/components/formatPreview/FormatPreEle";
|
|
|
import FormatPreTwelve from "@/views/ppt_manage/newVersion/components/formatPreview/FormatPreTwelve";
|
|
|
import FormatPreThirteen from "@/views/ppt_manage/newVersion/components/formatPreview/FormatPreThirteen";
|
|
|
+import FormatPreFourteen from "@/views/ppt_manage/newVersion/components/formatPreview/FormatPreFourteen";
|
|
|
import {countComponentName} from '@/views/ppt_manage/newVersion/utils/untils';
|
|
|
export default {
|
|
|
props:{
|
|
@@ -73,7 +74,8 @@ export default {
|
|
|
FormatPreTen,
|
|
|
FormatPreEle,
|
|
|
FormatPreTwelve,
|
|
|
- FormatPreThirteen
|
|
|
+ FormatPreThirteen,
|
|
|
+ FormatPreFourteen
|
|
|
},
|
|
|
data() {
|
|
|
return {
|