reloaded hace 5 años
padre
commit
e9bad70461
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/layout/common/topInfo.vue

+ 1 - 1
src/layout/common/topInfo.vue

@@ -28,7 +28,7 @@ export default {
   computed: {},
   methods: {
     clickBtn() {
-      this.$$emit('clickBtn');
+      this.$emit('clickBtn');
     },
   },
 };