Commit 53a8a751 authored by zhang's avatar zhang

fix (内容检测/实施细则) 引入模板

parent 47331b6d
...@@ -42,6 +42,10 @@ import ImageUpload from '@/components/ImageUpload' ...@@ -42,6 +42,10 @@ import ImageUpload from '@/components/ImageUpload'
import ImagePreview from '@/components/ImagePreview' import ImagePreview from '@/components/ImagePreview'
// 页面模板 // 页面模板
import PageStandard from '@/components/Page/standard' import PageStandard from '@/components/Page/standard'
// 章节选择模板
import PageChapterOption from '@/components/Page/chapterOption'
// 标准库搜索模板 // 标准库搜索模板
import PageStandardOption from '@/components/Page/standardOption' import PageStandardOption from '@/components/Page/standardOption'
// 标准按钮 // 标准按钮
...@@ -97,6 +101,7 @@ Vue.component('ImageUpload', ImageUpload) ...@@ -97,6 +101,7 @@ Vue.component('ImageUpload', ImageUpload)
Vue.component('ImagePreview', ImagePreview) Vue.component('ImagePreview', ImagePreview)
Vue.component('PageStandard', PageStandard) Vue.component('PageStandard', PageStandard)
Vue.component('PageStandardOption', PageStandardOption) Vue.component('PageStandardOption', PageStandardOption)
Vue.component('PageChapterOption',PageChapterOption)
Vue.component('PageButton', PageButton) Vue.component('PageButton', PageButton)
Vue.component('TalkItem', TalkItem) Vue.component('TalkItem', TalkItem)
Vue.component('EmptyData', Empty) Vue.component('EmptyData', Empty)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment