wechat-miniprogram / recycle-view

recycle-view: a wechat miniprogram custom component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Yang-yibu opened this issue · comments

代码如下:

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