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