Nuxt/test/fixtures/children/pages/parent.vue

7 lines
99 B
Vue

<template>
<div>
<h1>I am the parent</h1>
<nuxt-child></nuxt-child>
</div>
</template>