zouyu
2025-11-20 d4ccd9051e65c9675de5d44d3fe4aaab4f6c53e2
src/components/RightToolbar/index.vue
@@ -90,7 +90,7 @@
    }
  },
  methods: {
    // 搜索
    // 查 询
    toggleSearch() {
      this.$emit("update:showSearch", !this.showSearch);
    },