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