refactor: fix lint warnings (#2564)
This commit is contained in:
parent
cadf1b4a7c
commit
f0bc78ba2c
3 changed files with 5 additions and 2 deletions
|
@ -26,6 +26,9 @@ export function useDeactivated() {
|
|||
* ### When the component is restored from the background
|
||||
*
|
||||
* for handling problems caused by the keepalive function
|
||||
*
|
||||
* @param hook
|
||||
* @param target
|
||||
*/
|
||||
export function onReactivated(hook: () => void, target?: ComponentInternalInstance | null): void {
|
||||
const initial = ref(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue