mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-22 08:29:46 +00:00
7 lines
88 B
Vue
7 lines
88 B
Vue
|
<template>
|
||
|
<div>
|
||
|
Post Layout
|
||
|
<router-view></router-view>
|
||
|
</div>
|
||
|
</template>
|