index.ts 152 B

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