UNPKG

@usj/vue-components

Version:

VueJS components used internally by USJ

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