1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-25 10:08:29 +00:00
Nuxt/examples/i18n/pages/index.vue
Sébastien Chopin 6f84f69b7a Fix paths & typo
2017-07-08 19:55:39 +02:00

5 lines
80 B
Vue

<script>
import Index from '~/pages/_lang/index'
export default Index
</script>