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