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 []; @@ -49,4 +49,4 @@ .el-tag + .el-tag { margin-left: 10px; } </style> </style>