mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(Input): surround with defineNuxtComponent
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user