xml_rpc/demo_参考/miniprogram_npm/@vant/weapp/config-provider/index.wxml

6 lines
155 B
Plaintext
Raw Permalink Normal View History

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