2
2
3
3
exports [` renders ./antdv-demo/docs/skeleton/demo/active.md correctly 1` ] = `
4
4
<div class = " ant-skeleton ant-skeleton-active" >
5
+ <!---->
5
6
<div class = " ant-skeleton-content" >
6
7
<h3 class = " ant-skeleton-title" style = " width: 38%;" ></h3 >
7
8
<ul class = " ant-skeleton-paragraph" >
@@ -15,6 +16,7 @@ exports[`renders ./antdv-demo/docs/skeleton/demo/active.md correctly 1`] = `
15
16
16
17
exports [` renders ./antdv-demo/docs/skeleton/demo/basic.md correctly 1` ] = `
17
18
<div class = " ant-skeleton" >
19
+ <!---->
18
20
<div class = " ant-skeleton-content" >
19
21
<h3 class = " ant-skeleton-title" style = " width: 38%;" ></h3 >
20
22
<ul class = " ant-skeleton-paragraph" >
@@ -30,12 +32,9 @@ exports[`renders ./antdv-demo/docs/skeleton/demo/children.md correctly 1`] = `
30
32
<div class = " article" >
31
33
<div >
32
34
<h4 >Ant Design Vue, a design language</h4 >
33
- <p >
34
- We supply a series of design principles, practical patterns and high quality design
35
- resources (Sketch and Axure), to help people create their product prototypes beautifully
36
- and efficiently.
37
- </p >
38
- </div > <button type = " button" class = " ant-btn" ><span >Show Skeleton</span ></button >
35
+ <p > We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help people create their product prototypes beautifully and efficiently. </p >
36
+ </div ><button class = " ant-btn" type = " button" >
37
+ <!----><span >Show Skeleton</span ></button >
39
38
</div >
40
39
` ;
41
40
@@ -55,16 +54,16 @@ exports[`renders ./antdv-demo/docs/skeleton/demo/complex.md correctly 1`] = `
55
54
` ;
56
55
57
56
exports [` renders ./antdv-demo/docs/skeleton/demo/list.md correctly 1` ] = `
58
- <div ><button type = " button" role = " switch" class = " ant-switch" ><span class = " ant-switch-inner" ></span ></button >
57
+ <div ><button class = " ant-switch" type = " button" role = " switch" aria-checked = " false" >
58
+ <!----><span class = " ant-switch-inner" ><!----></span ></button >
59
59
<div class = " ant-list ant-list-vertical ant-list-lg ant-list-split" >
60
+ <!---->
61
+ <!---->
60
62
<div class = " ant-spin-nested-loading" >
63
+ <!---->
61
64
<div class = " ant-spin-container" >
62
65
<ul class = " ant-list-items" >
63
- <li class = " ant-list-item ant-list-item-no-flex" >
64
- <!---->
65
- <!---->
66
- <!---->
67
- <!---->
66
+ <li class = " ant-list-item ant-list-item-no-flex" >
68
67
<div class = " ant-skeleton ant-skeleton-with-avatar ant-skeleton-active" >
69
68
<div class = " ant-skeleton-header" ><span class = " ant-skeleton-avatar ant-skeleton-avatar-lg ant-skeleton-avatar-circle" ></span ></div >
70
69
<div class = " ant-skeleton-content" >
@@ -75,12 +74,10 @@ exports[`renders ./antdv-demo/docs/skeleton/demo/list.md correctly 1`] = `
75
74
</ul >
76
75
</div >
77
76
</div >
78
- </li >
79
- <li class = " ant-list-item ant-list-item-no-flex" >
80
- <!---->
81
- <!---->
82
77
<!---->
83
78
<!---->
79
+ </li >
80
+ <li class = " ant-list-item ant-list-item-no-flex" >
84
81
<div class = " ant-skeleton ant-skeleton-with-avatar ant-skeleton-active" >
85
82
<div class = " ant-skeleton-header" ><span class = " ant-skeleton-avatar ant-skeleton-avatar-lg ant-skeleton-avatar-circle" ></span ></div >
86
83
<div class = " ant-skeleton-content" >
@@ -91,12 +88,10 @@ exports[`renders ./antdv-demo/docs/skeleton/demo/list.md correctly 1`] = `
91
88
</ul >
92
89
</div >
93
90
</div >
94
- </li >
95
- <li class = " ant-list-item ant-list-item-no-flex" >
96
- <!---->
97
- <!---->
98
91
<!---->
99
92
<!---->
93
+ </li >
94
+ <li class = " ant-list-item ant-list-item-no-flex" >
100
95
<div class = " ant-skeleton ant-skeleton-with-avatar ant-skeleton-active" >
101
96
<div class = " ant-skeleton-header" ><span class = " ant-skeleton-avatar ant-skeleton-avatar-lg ant-skeleton-avatar-circle" ></span ></div >
102
97
<div class = " ant-skeleton-content" >
@@ -107,10 +102,14 @@ exports[`renders ./antdv-demo/docs/skeleton/demo/list.md correctly 1`] = `
107
102
</ul >
108
103
</div >
109
104
</div >
105
+ <!---->
106
+ <!---->
110
107
</li >
111
108
</ul >
112
109
</div >
113
110
</div >
111
+ <!---->
112
+ <!---->
114
113
</div >
115
114
</div >
116
115
` ;
0 commit comments