Nuxt/test/children/pages/parent/_id.vue
Sébastien Chopin 0ea0bf8d87 Add more tests
2016-12-20 18:26:46 +01:00

4 lines
60 B
Vue

<template>
<h2>Id={{ $route.params.id }}</h2>
</template>