UNPKG

@usj/vue-components

Version:

VueJS components used internally by USJ

11 lines (7 loc) 214 B
import usjChip from './usjChip.vue' import usjChips from './usjChips.vue' export default function install (Vue) { Vue.component('usj-chip', usjChip) Vue.component('usj-chips', usjChips) } export { usjChip }