chore(Input): surround with defineNuxtComponent

This commit is contained in:
Benjamin Canac
2021-11-24 13:57:36 +01:00
parent 8e3f59b2c9
commit da0da4a951

View File

@@ -44,7 +44,7 @@
<script>
import Icon from '../elements/Icon'
export default {
export default defineNuxtComponent({
components: {
Icon
},
@@ -261,5 +261,5 @@ export default {
isTrailing
}
}
}
})
</script>