Skip to content

weapp-vite / EnhanceOptions

接口: EnhanceOptions

定义于: types/config.ts:276

属性

autoImportComponents?

optional autoImportComponents: AutoImportComponentsOption

定义于: types/config.ts:288

自动导入小程序组件


wxml?

optional wxml: boolean | Partial<Omit<EnhanceWxmlOptions, "platform">>

定义于: types/config.ts:280

增强:wxml


wxs?

optional wxs: boolean

定义于: types/config.ts:284

增强:wxs

Released under the MIT License.