mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 03:38:54 +01:00
chore(Input): surround with defineNuxtComponent
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
<script>
|
<script>
|
||||||
import Icon from '../elements/Icon'
|
import Icon from '../elements/Icon'
|
||||||
|
|
||||||
export default {
|
export default defineNuxtComponent({
|
||||||
components: {
|
components: {
|
||||||
Icon
|
Icon
|
||||||
},
|
},
|
||||||
@@ -261,5 +261,5 @@ export default {
|
|||||||
isTrailing
|
isTrailing
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user