Blame view

node_modules/bootstrap-vue/src/components/link/index.js 190 Bytes
4cd4fd28   郭伟龙   feat: 初始化项目
1
2
3
4
5
6
7
8
import { BLink } from './link'
import { pluginFactory } from '../../utils/plugins'

const LinkPlugin = /*#__PURE__*/ pluginFactory({
  components: { BLink }
})

export { LinkPlugin, BLink }