mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 17:05:55 +08:00
智慧宿舍系统小程序
This commit is contained in:
16
wechat/miniprogram/node_modules/@vant/weapp/dist/loading/index.js
generated
vendored
Normal file
16
wechat/miniprogram/node_modules/@vant/weapp/dist/loading/index.js
generated
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