vant
This commit is contained in:
5
utils/dist/progress/index.wxs
vendored
Normal file
5
utils/dist/progress/index.wxs
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
text: function(pivotText, percentage) {
|
||||
return pivotText || percentage + '%';
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user