Nuxt/examples/i18n/pages/about.vue

5 lines
80 B
Vue

<script>
import About from '~/pages/_lang/about'
export default About
</script>