Skip to content

Commit 6aab62e

Browse files
fix(Textarea): missing imports (#4207)
Co-authored-by: Benjamin Canac <[email protected]>
1 parent 742a372 commit 6aab62e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/runtime/components/Textarea.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ import { useComponentIcons } from '../composables/useComponentIcons'
7070
import { useFormField } from '../composables/useFormField'
7171
import { looseToNumber } from '../utils'
7272
import { tv } from '../utils/tv'
73+
import UIcon from './Icon.vue'
74+
import UAvatar from './Avatar.vue'
7375
7476
defineOptions({ inheritAttrs: false })
7577

0 commit comments

Comments
 (0)