Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
Platform
Commits
5ba25853
Unverified
Commit
5ba25853
authored
Sep 14, 2017
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tagging as remote
parent
0144cc30
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
TagInput.vue
Modules/Tag/Assets/js/components/TagInput.vue
+1
-1
app.js
public/js/app.js
+2
-1
No files found.
Modules/Tag/Assets/js/components/TagInput.vue
View file @
5ba25853
<
template
>
<el-form-item
label=
"Tags"
>
<el-select
v-model=
"tags"
multiple
filterable
allow-create
@
change=
"triggerEvent"
>
<el-select
v-model=
"tags"
multiple
filterable
allow-create
remote
@
change=
"triggerEvent"
>
<el-option
v-for=
"tag in availableTags"
:key=
"tag.slug"
:label=
"tag.slug"
...
...
public/js/app.js
View file @
5ba25853
...
...
@@ -70961,7 +70961,8 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
attrs: {
"multiple": "",
"filterable": "",
"allow-create": ""
"allow-create": "",
"remote": ""
},
on: {
"change": _vm.triggerEvent
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