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