wechat-miniprogram / recycle-view

recycle-view: a wechat miniprogram custom component
MIT License
635 stars 72 forks source link

编写组件中使用的 public 属性是什么意思,文档中并没有这个字段 #70

Open Yang-yibu opened 3 years ago

Yang-yibu commented 3 years ago

代码如下:

// src\recycle-view.js
  upperThreshold: {
    type: Number,
    value: 50,
    public: true,
  },