Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
newShopFront
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
newshop
newShopFront
Commits
64ef1814
Commit
64ef1814
authored
Dec 30, 2019
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
类目描述双向数据绑定
parent
0fa3d0cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
branchService_editor.vue
src/views/storedc/details/branchService_editor.vue
+9
-6
No files found.
src/views/storedc/details/branchService_editor.vue
View file @
64ef1814
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
>
>
<div
:class=
"prefixCls"
>
<div
:class=
"prefixCls"
>
<quill-editor
<quill-editor
v-
model=
"content
"
v-
decorator=
"['DESCRIPTION']
"
ref=
"myQuillEditor"
ref=
"myQuillEditor"
:options=
"editorOption"
:options=
"editorOption"
@
blur=
"onEditorBlur($event)"
@
blur=
"onEditorBlur($event)"
...
@@ -80,18 +80,21 @@
...
@@ -80,18 +80,21 @@
<
script
>
<
script
>
import
moment
from
'moment'
import
moment
from
'moment'
import
QuillEditor
from
'@/components/Editor/QuillEditor'
import
WangEditor
from
'@/components/Editor/WangEditor'
import
{
getScategorymgDetails
,
addScategorymg
,
modifyScategorymgDetails
,
deleteScategorymg
}
from
'@/api/store'
import
{
getScategorymgDetails
,
addScategorymg
,
modifyScategorymgDetails
,
deleteScategorymg
}
from
'@/api/store'
import
'quill/dist/quill.core.css'
//
import 'quill/dist/quill.core.css'
import
'quill/dist/quill.snow.css'
//
import 'quill/dist/quill.snow.css'
import
'quill/dist/quill.bubble.css'
//
import 'quill/dist/quill.bubble.css'
import
{
quillEditor
}
from
'vue-quill-editor'
//
import { quillEditor } from 'vue-quill-editor'
export
default
{
export
default
{
name
:
'BaseForm'
,
name
:
'BaseForm'
,
// name: 'QuillEditor',
// name: 'QuillEditor',
components
:
{
components
:
{
quillEditor
QuillEditor
,
WangEditor
},
},
props
:
{
props
:
{
prefixCls
:
{
prefixCls
:
{
...
...
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