城阳工作端uniH5前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

25 lines
584 B

<template>
<view class="van-config-provider" :style="computed.mapThemeVarsToCSSVars(themeVars)">
<slot />
</view>
</template>
<script module="computed" lang="wxs" src="@/miniprogram_npm/@vant/weapp/config-provider/index.wxs"></script>
<script>
'use strict';
Object.defineProperty(exports, '__esModule', {
value: true
});
var component_1 = require('../common/component');
export default {
data() {
return {};
},
props: {
themeVars: {
type: Object,
default: () => ({})
}
}
};
</script>
<style></style>