1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

refactor(packages/vue): fix import for useMounted

This commit is contained in:
2024-10-19 06:42:53 +07:00
parent 6814b16d4d
commit 19d7a2ca76

View File

@@ -1,5 +1,5 @@
import { onMounted, readonly, ref, type ComponentInternalInstance } from 'vue';
import { getLifeCycleTarger } from '../../utils';
import { getLifeCycleTarger } from '../..';
/**
* @name useMounted