mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(Input): remove defineNuxtComponent
This commit is contained in:
@@ -43,9 +43,8 @@
|
||||
|
||||
<script>
|
||||
import Icon from '../elements/Icon'
|
||||
import { defineNuxtComponent } from '#app'
|
||||
|
||||
export default defineNuxtComponent({
|
||||
export default {
|
||||
components: {
|
||||
Icon
|
||||
},
|
||||
@@ -262,5 +261,5 @@ export default defineNuxtComponent({
|
||||
isTrailing
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user