UNPKG

vue-easy-wizard

Version:
9 lines (8 loc) 229 B
import { Wizard, WizardItem } from './components'; import 'bootstrap/dist/css/bootstrap.css'; export default { install(Vue) { Vue.component('Wizard', Wizard); Vue.component('WizardItem', WizardItem); } };