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

7 lines
99 B
Vue
Raw Normal View History

2016-12-20 17:05:39 +00:00
<template>
<div>
<h1>I am the parent</h1>
<nuxt-child></nuxt-child>
</div>
</template>