mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
7 lines
88 B
Vue
7 lines
88 B
Vue
<template>
|
|
<div>
|
|
Post Layout
|
|
<router-view></router-view>
|
|
</div>
|
|
</template>
|