Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Vue.component('app', {
  2. template: `
  3. <main>
  4. <language-changer></language-changer>
  5. <p>{{ $t("welcome") }}</p>
  6. <p v-t="{path:'welcome'}"></p> // <--- add this
  7. </main>
  8. `,
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement