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