Added `ref` import

pull/6454/merge
Mert Sincan 2025-01-13 13:14:51 +00:00
parent cd029328b9
commit 401e2559ea
1 changed files with 1 additions and 1 deletions

View File

@ -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);