zhangjie hace 1 año
padre
commit
8dc250ac93
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/modules/card/elements/card-head/CardHead.vue

+ 0 - 1
src/modules/card/elements/card-head/CardHead.vue

@@ -25,7 +25,6 @@ export default {
   computed: {
     compName() {
       let name = this.data.modelType.toLowerCase().replace("_", "-");
-      name = "model-two";
       return `card-head-${name}`;
     },
     classes() {