微信小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

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>