heimawl
2023-06-02 6e7acd5062824d5aae2ed345898d761a93879de0
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>