更新模板
This commit is contained in:
6
types/uni-app.d.ts
vendored
6
types/uni-app.d.ts
vendored
@@ -8,6 +8,12 @@ declare module "@/uni_modules/cool-open-web" {
|
||||
export function openWeb(url: string): boolean;
|
||||
}
|
||||
|
||||
declare module "*.uvue" {
|
||||
import { DefineComponent } from "vue";
|
||||
const component: DefineComponent<{}, {}, any>;
|
||||
export default component;
|
||||
}
|
||||
|
||||
declare type Theme = "light" | "dark";
|
||||
|
||||
declare interface Uni {
|
||||
|
||||
Reference in New Issue
Block a user