1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 09:28:41 +00:00
Nuxt/examples/with-pages/pages/catchall/[...id].vue
2021-10-12 14:51:41 +02:00

6 lines
72 B
Vue

<template>
<div>
test-{{ $route.params.id }}
</div>
</template>