Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. // init function...
  2.  
  3. const i18n = new VueI18next(i18next);
  4.  
  5. // your component
  6.  
  7. new Vue({
  8. i18n,
  9. }).$mount('#app');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement