uni_modules/uview-plus/types/comps.d.ts
@@ -1,7 +1,7 @@ declare module 'vue' { export interface GlobalComponents { // 基础组件 ['up-icon']: typeof import('./comps/icon')['Icon'] ['u-icon']: typeof import('./comps/icon')['Icon'] ['up-image']: typeof import('./comps/image')['Image'] ['up-button']: typeof import('./comps/button')['Button'] ['up-text']: typeof import('./comps/text')['Text']