mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
7 lines
132 B
Vue
7 lines
132 B
Vue
<template>
|
|
<div class="container">
|
|
<h1>Dynamic nested route example</h1>
|
|
<router-view></router-view>
|
|
</div>
|
|
</template>
|