reloaded il y a 5 ans
Parent
commit
e9bad70461
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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');
     },
   },
 };