zouyu
2026-05-07 5d187bac9e3d6521fee19d2655255a5e7e8c4e0b
src/components/RightToolbar/index.vue
@@ -90,7 +90,7 @@
    }
  },
  methods: {
    // 搜索
    // 查 询
    toggleSearch() {
      this.$emit("update:showSearch", !this.showSearch);
    },