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