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