Nuxt/packages/nuxt/test/fixture/components/some.island.vue
Daniel Roe c1ddb359e3
chore: update to use @nuxt/eslint-config (#24209)
Co-authored-by: Damian Głowala <damian.glowala.rebkow@gmail.com>
2023-11-09 18:01:13 +01:00

8 lines
127 B
Vue

<!-- eslint-disable vue/multi-word-component-names -->
<template>
<div>
Island defined with suffix
</div>
</template>