1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 17:39:06 +00:00
Nuxt/examples/i18n/pages/index.vue
2017-04-14 11:55:04 +02:00

5 lines
79 B
Vue

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