index.ts 187 B

12345
  1. import { withInstall } from '@kankan-components/utils'
  2. import GateContent from './src/gateContent.vue'
  3. export const UIGateContent = withInstall(GateContent)
  4. export default UIGateContent