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