diff --git a/packages/forms/src/useform/index.js b/packages/forms/src/useform/index.js index fb5d76d99..34bf3b998 100644 --- a/packages/forms/src/useform/index.js +++ b/packages/forms/src/useform/index.js @@ -1,5 +1,5 @@ import { isArray, isEmpty, isNotEmpty, mergeKeys, resolve } from '@primeuix/utils'; -import { computed, getCurrentInstance, mergeProps, nextTick, onMounted, reactive, toValue, watch } from 'vue'; +import { computed, getCurrentInstance, mergeProps, nextTick, onMounted, reactive, ref, toValue, watch } from 'vue'; function tryOnMounted(fn, sync = true) { if (getCurrentInstance()) onMounted(fn);