UNPKG

press-ui

Version:

简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目

14 lines (11 loc) 236 B
import { style } from '../common/utils/style'; function rootStyle(data) { return style({ color: data.color, 'background-color': data.backgroundColor, background: data.background, }); } export default { rootStyle, };