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