Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
car-database-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
中汽研标准应用数据库
car-database-web
Commits
53a8a751
Commit
53a8a751
authored
Sep 05, 2024
by
zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix (内容检测/实施细则) 引入模板
parent
47331b6d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
main.js
src/main.js
+5
-0
No files found.
src/main.js
View file @
53a8a751
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment