Skip to content

hide

ts
import { defineComponent, hide } from '@52css/mp-vue3'

defineComponent({
  properties: {},
  setup() {
    hide(() => {
      console.log("🚀 ~ hide ~ hide:", hide)
    })
  }
});