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

4 lines
65 B
Vue
Raw Normal View History

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