gaoluyang
2025-02-19 8b1bb50c8a5b14329253e202f6d4606cfd76598a
src/components/RightToolbar/index.vue
@@ -90,7 +90,7 @@
    }
  },
  methods: {
    // 搜索
    // 查 询
    toggleSearch() {
      this.$emit("update:showSearch", !this.showSearch);
    },