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