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