[WIP] Добавил отображение выбранных тэгов, фикс конфига

This commit is contained in:
megavrilinvv
2023-06-26 17:34:41 +03:00
parent b6fffcfddd
commit 8156f7518a
6 changed files with 111 additions and 84 deletions

View File

@@ -85,6 +85,12 @@ export default {
}
},
},
modelValue: {
immediate: true,
handler(value) {
this.protocolData[this.data.state] = value;
},
},
},
};
</script>