🐛(component): 修复 scroll 警告

This commit is contained in:
就眠儀式
2022-08-16 09:17:48 +08:00
parent 5abad236ee
commit 48966c93ec
3 changed files with 23 additions and 37 deletions

View File

@@ -10,4 +10,4 @@ export const withInstall = <T>(comp: T): T & Plugin => {
};
return component as T & Plugin;
};
};