1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-05 09:05:39 +00:00
Nuxt/test/fixtures/basic/pages/another-parent/index.vue

6 lines
65 B
Vue
Raw Normal View History

<template>
<div>
another-parent/index
</div>
</template>