Newer
Older
smart_construction / miniprogram / miniprogram_npm / @vant / weapp / progress / index.wxs
zhout on 27 May 2020 110 bytes Initial Commit
module.exports = {
  text: function(pivotText, percentage) {
    return pivotText || percentage + '%';
  }
};