Blame view

node_modules/bootstrap-vue/src/components/form-input/index.js 251 Bytes
4cd4fd28   郭伟龙   feat: 初始化项目
1
2
3
4
5
6
7
8
9
10
11
import { BFormInput } from './form-input'
import { pluginFactory } from '../../utils/plugins'

const FormInputPlugin = /*#__PURE__*/ pluginFactory({
  components: {
    BFormInput,
    BInput: BFormInput
  }
})

export { FormInputPlugin, BFormInput }