1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-24 18:16:36 +00:00
Nuxt/test/fixtures/named-views/pages/another.vue

7 lines
128 B
Vue

<template>
<p>
This page exists to ensure no regression on a bug. See the commit for more
details.
</p>
</template>