1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| "use strict";
| const Skeleton = {
| // skeleton
| skeleton: {
| loading: true,
| animate: true,
| rows: 0,
| rowsWidth: "100%",
| rowsHeight: 18,
| title: true,
| titleWidth: "50%",
| titleHeight: 18,
| avatar: false,
| avatarSize: 32,
| avatarShape: "circle"
| }
| };
| exports.Skeleton = Skeleton;
| //# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/uview-plus/components/u-skeleton/skeleton.js.map
|
|