UNPKG

@ishitatsuyuki/oruga-next

Version:

UI components for Vue.js and CSS framework agnostic

16 lines (11 loc) 279 B
import { App, Plugin } from 'vue' import Inputitems from './Inputitems.vue' import { registerComponent } from '../../utils/plugins' export default { install(Vue: App) { registerComponent(Vue, Inputitems) } } as Plugin export { Inputitems as OInputitems }