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