Commit 8ef54720 by caoyanzhi

修复控制台警告

parent 9d30bb54
......@@ -18,7 +18,7 @@
</el-dropdown>
<!--展示选中的标签-->
<div class="tags-group__show">
<draggable :options="{ group: 'article' }" style="height: 100%" @end="dragTag" :data-index="tagsGroupIndex">
<draggable group="article" style="height: 100%" @end="dragTag" :data-index="tagsGroupIndex">
<div class="tags-group__tag" v-for="(item, index) in tagsData" :key="item.tagId">
<span>{{ item.tagName }}</span>
<span class="tags-group__tag-name">【选择:{{ item.newTagVal }}</span>
......
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