fix(uni-app): 🐛 安装类型依赖

This commit is contained in:
2026-05-28 11:54:22 +08:00
parent 80debf6d6b
commit 18a037e9b7
6 changed files with 49 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ declare module "vue/types/options" {
export declare function install(Vue: VueConstructor): void;
/** 页面可见性生命周期插件 */
declare const VisibilityPlugin: PluginObject<never> & {
declare const VisibilityPlugin: PluginObject<unknown> & {
/** 安装页面可见性生命周期插件 */
install: typeof install;
};