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>