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