reloaded %!s(int64=5) %!d(string=hai) anos
pai
achega
e9bad70461
Modificáronse 1 ficheiros con 1 adicións e 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');
     },
   },
 };