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