第一次提交
This commit is contained in:
16
miniprogram/@vant/weapp/dist/loading/index.js
vendored
Normal file
16
miniprogram/@vant/weapp/dist/loading/index.js
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import { VantComponent } from '../common/component';
|
||||
VantComponent({
|
||||
props: {
|
||||
color: String,
|
||||
vertical: Boolean,
|
||||
type: {
|
||||
type: String,
|
||||
value: 'circular',
|
||||
},
|
||||
size: String,
|
||||
textSize: String,
|
||||
},
|
||||
data: {
|
||||
array12: Array.from({ length: 12 }),
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user