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