index.wxml 155 B

12345
  1. <wxs src="./index.wxs" module="computed" />
  2. <view class="van-config-provider" style="{{ computed.mapThemeVarsToCSSVars(themeVars) }}">
  3. <slot />
  4. </view>