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