shuziren/job-seeker/miniprogram-2/miniprogram_npm/@vant/weapp/config-provider/index.wxml

6 lines
155 B
Plaintext
Raw Normal View History

2024-02-29 08:06:26 +00:00
<wxs src="./index.wxs" module="computed" />
<view class="van-config-provider" style="{{ computed.mapThemeVarsToCSSVars(themeVars) }}">
<slot />
</view>