v3.0.6
This commit is contained in:
14
source/wx/xzs-student/component/iView/load-more/index.js
Normal file
14
source/wx/xzs-student/component/iView/load-more/index.js
Normal file
@@ -0,0 +1,14 @@
|
||||
Component({
|
||||
externalClasses: ['i-class'],
|
||||
|
||||
properties: {
|
||||
loading: {
|
||||
type: Boolean,
|
||||
value: true
|
||||
},
|
||||
tip: {
|
||||
type: String,
|
||||
value: ''
|
||||
}
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user