mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 06:51:46 +01:00
chore: improve types export
This commit is contained in:
@@ -42,7 +42,7 @@ export interface TextareaSlots {
|
||||
<script lang="ts" setup>
|
||||
import { ref, computed, onMounted, nextTick, watch } from 'vue'
|
||||
import { useFormField } from '#imports'
|
||||
import { looseToNumber } from '#ui/utils'
|
||||
import { looseToNumber } from '../utils'
|
||||
|
||||
defineOptions({ inheritAttrs: false })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user