Nuxt/test/fixtures/module/modules/layout/some-error.vue

4 lines
79 B
Vue
Raw Normal View History

<template>
<h1>You should see the error in a different Vue!</h1>
</template>