reloaded 5 years ago
parent
commit
e9bad70461
1 changed files with 1 additions and 1 deletions
  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');
     },
   },
 };