Skip to content

weapp-vite / EnhanceOptions

Interface: EnhanceOptions

Properties

autoImportComponents?

optional autoImportComponents: AutoImportComponents

自动导入小程序组件

Defined in

packages/weapp-vite/src/types.ts:95


wxml?

optional wxml: boolean

wxml 增强

Defined in

packages/weapp-vite/src/types.ts:87


wxs?

optional wxs: boolean

wxs 增强

Defined in

packages/weapp-vite/src/types.ts:91

Released under the MIT License.