This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop-wechat/components/diy/guide/guide.js

16 lines
174 B
JavaScript
Raw Normal View History

2020-04-25 22:59:04 +08:00
Component({
options: {
},
/**
* 组件的属性列表
* 用于组件自定义设置
*/
properties: {
itemIndex: String,
itemStyle: Object
},
})