WXL
2025-03-20 b8085c12e2f5542210c8a73a997e0b88d39e18b0
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>