UNPKG

@usj/vue-components

Version:

VueJS components used internally by USJ

8 lines (5 loc) 146 B
import usjAvatar from './usjAvatar.vue' export default function install (Vue) { Vue.component('usj-avatar', usjAvatar) } export { usjAvatar }