mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 02:44:45 +00:00
refactor(packages/vue): fix import for useMounted
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { onMounted, readonly, ref, type ComponentInternalInstance } from 'vue';
|
import { onMounted, readonly, ref, type ComponentInternalInstance } from 'vue';
|
||||||
import { getLifeCycleTarger } from '../../utils';
|
import { getLifeCycleTarger } from '../..';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name useMounted
|
* @name useMounted
|
||||||
|
|||||||
Reference in New Issue
Block a user