Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VueElementTemplate
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
JIRA
JIRA
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
黄瑜
VueElementTemplate
Commits
c628f45e
Commit
c628f45e
authored
May 18, 2017
by
Cash
Committed by
Pan
May 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
别字
parent
6508b1cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
markdown.vue
src/views/components/markdown.vue
+1
-1
tinymce.vue
src/views/components/tinymce.vue
+1
-1
No files found.
src/views/components/markdown.vue
View file @
c628f45e
<
template
>
<
template
>
<div
class=
"components-container"
>
<div
class=
"components-container"
>
<code>
公司做的后台主要是一个cms系统,公司也是
已
自媒体为核心的,所以富文本是后台很核心的功能。在选择富文本的过程中也走了不少的弯路,市面上常见的富文本都基本用过了,最终选择了tinymce
</code>
<code>
公司做的后台主要是一个cms系统,公司也是
以
自媒体为核心的,所以富文本是后台很核心的功能。在选择富文本的过程中也走了不少的弯路,市面上常见的富文本都基本用过了,最终选择了tinymce
</code>
<div
class=
"editor-container"
>
<div
class=
"editor-container"
>
<MdEditor
id=
'contentEditor'
ref=
"contentEditor"
v-model=
'content'
:height=
"300"
:zIndex=
'20'
></MdEditor>
<MdEditor
id=
'contentEditor'
ref=
"contentEditor"
v-model=
'content'
:height=
"300"
:zIndex=
'20'
></MdEditor>
</div>
</div>
...
...
src/views/components/tinymce.vue
View file @
c628f45e
<
template
>
<
template
>
<div
class=
"components-container"
>
<div
class=
"components-container"
>
<code>
公司做的后台主要是一个cms系统,公司也是
已
自媒体为核心的,所以富文本是后台很核心的功能。在选择富文本的过程中也走了不少的弯路,市面上常见的富文本都基本用过了,最终选择了tinymce
</code>
<code>
公司做的后台主要是一个cms系统,公司也是
以
自媒体为核心的,所以富文本是后台很核心的功能。在选择富文本的过程中也走了不少的弯路,市面上常见的富文本都基本用过了,最终选择了tinymce
</code>
<div
class=
"editor-container"
>
<div
class=
"editor-container"
>
<Tinymce
:height=
200
ref=
"editor"
v-model=
"content"
></Tinymce>
<Tinymce
:height=
200
ref=
"editor"
v-model=
"content"
></Tinymce>
</div>
</div>
...
...
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