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