Nuxt/test/fixtures/children/pages/parent/_id.vue

4 lines
60 B
Vue
Raw Normal View History

2016-12-20 17:05:39 +00:00
<template>
2016-12-20 17:26:46 +00:00
<h2>Id={{ $route.params.id }}</h2>
2016-12-20 17:05:39 +00:00
</template>