UNPKG

@uportal/eyebrow-user-info

Version:

Web component to display into eyebrow menu a user information menu with profile picture and more

11 lines (8 loc) 177 B
import Vue from 'vue'; import App from './App.vue'; import i18n from './i18n'; Vue.config.productionTip = false; new Vue({ i18n, render: (h) => h(App), }).$mount('#app');