Merge branch 'dev-3.8' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.9

This commit is contained in:
zhangyu
2023-10-31 18:26:48 +08:00
8 changed files with 26 additions and 13 deletions

View File

@@ -188,7 +188,6 @@
>
<vue-tags-input
v-model="tag"
:maxlength="32"
:placeholder="$t('tagsInput.placeholder')"
:tags="chartConfig.param.tags"
@tags-changed="(newTags)=>{tagsChange(newTags)}"