Nuxt/examples/vue-i18n/pages/_lang/index.vue
2017-02-08 17:33:13 +01:00

4 lines
64 B
Vue

<template>
<p v-html="$t('message.welcome')"></p>
</template>