src/components/DictTag/index.vue
@@ -36,7 +36,7 @@ }, computed: { values() { if (this.value !== null && typeof this.value !== 'undefined') { if (this.value !== null && typeof this.value !== "undefined") { return Array.isArray(this.value) ? this.value : [String(this.value)]; } else { return [];