deslrey
2026-01-12 6e73ceceda303d1a73b2f53e0eb55a7f46abc8aa
src/components/RightToolbar/index.vue
@@ -90,7 +90,7 @@
    }
  },
  methods: {
    // 搜索
    // 查 询
    toggleSearch() {
      this.$emit("update:showSearch", !this.showSearch);
    },