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