UNPKG

@usj/vue-components

Version:

VueJS components used internally by USJ

9 lines (5 loc) 157 B
import usjCheckbox from './usjCheckbox.vue' export default function install (Vue) { Vue.component('usj-checkbox', usjCheckbox) } export { usjCheckbox }