Tagging as remote

parent 0144cc30
<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"
......
......@@ -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
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