mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-02 10:27:15 +00:00
1a7b570c82
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
7 lines
68 B
Vue
7 lines
68 B
Vue
<template>
|
|
<div>
|
|
Parent
|
|
<NuxtPage />
|
|
</div>
|
|
</template>
|