Skip to content

weapp-vite / EnhanceOptions

接口: EnhanceOptions

定义于: packages/weapp-vite/src/types/config.ts:94

属性

autoImportComponents?

optional autoImportComponents: AutoImportComponents

定义于: packages/weapp-vite/src/types/config.ts:106

自动导入小程序组件


wxml?

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

定义于: packages/weapp-vite/src/types/config.ts:98

wxml 增强


wxs?

optional wxs: boolean

定义于: packages/weapp-vite/src/types/config.ts:102

wxs 增强

Released under the MIT License.