UNPKG

wow-weex-ui

Version:
19 lines (14 loc) 321 B
import WatchUtil from '../../utils/watch.util' const { _generateWatch } = WatchUtil; const data = () => { return { d_switch_style: {}, d_switch_active_style: {}, d_switch_inner_style: {}, } }; const watch = _generateWatch(data()); export default { data, watch, }