File tree 27 files changed +7
-219
lines changed
27 files changed +7
-219
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ expect(wrapper.vm.$route).toBeInstanceOf(Object)
146
146
- type: ` boolean `
147
147
- default: ` false `
148
148
149
- Component will be attach to DOM when rendered if set to ` true ` . This can be used with [ ` hasStyle ` ] ( wrapper/hasStyle.md ) to check multi element CSS selectors.
149
+ Component will be attach to DOM when rendered if set to ` true ` .
150
150
151
151
### ` attrs `
152
152
Original file line number Diff line number Diff line change 36
36
* [ hasAttribute] ( api/wrapper/hasAttribute.md )
37
37
* [ hasClass] ( api/wrapper/hasClass.md )
38
38
* [ hasProp] ( api/wrapper/hasProp.md )
39
- * [ hasStyle] ( api/wrapper/hasStyle.md )
40
39
* [ html] ( api/wrapper/html.md )
41
40
* [ is] ( api/wrapper/is.md )
42
41
* [ isEmpty] ( api/wrapper/isEmpty.md )
57
56
* [ hasAttribute] ( api/wrapper-array/hasAttribute.md )
58
57
* [ hasClass] ( api/wrapper-array/hasClass.md )
59
58
* [ hasProp] ( api/wrapper-array/hasProp.md )
60
- * [ hasStyle] ( api/wrapper-array/hasStyle.md )
61
59
* [ is] ( api/wrapper-array/is.md )
62
60
* [ isEmpty] ( api/wrapper-array/isEmpty.md )
63
61
* [ isVueInstance] ( api/wrapper-array/isVueInstance.md )
Original file line number Diff line number Diff line change 32
32
* [ hasAttribute] ( api/wrapper/hasAttribute.md )
33
33
* [ hasClass] ( api/wrapper/hasClass.md )
34
34
* [ hasProp] ( api/wrapper/hasProp.md )
35
- * [ hasStyle] ( api/wrapper/hasStyle.md )
36
35
* [ html] ( api/wrapper/html.md )
37
36
* [ is] ( api/wrapper/is.md )
38
37
* [ isEmpty] ( api/wrapper/isEmpty.md )
52
51
* [ hasAttribute] ( api/wrapper-array/hasAttribute.md )
53
52
* [ hasClass] ( api/wrapper-array/hasClass.md )
54
53
* [ hasProp] ( api/wrapper-array/hasProp.md )
55
- * [ hasStyle] ( api/wrapper-array/hasStyle.md )
56
54
* [ is] ( api/wrapper-array/is.md )
57
55
* [ isEmpty] ( api/wrapper-array/isEmpty.md )
58
56
* [ isVueInstance] ( api/wrapper-array/isVueInstance.md )
Original file line number Diff line number Diff line change 22
22
* [ hasAttribute (EN)] ( ./wrapper/hasAttribute.md )
23
23
* [ hasClass (EN)] ( ./wrapper/hasClass.md )
24
24
* [ hasProp (EN)] ( ./wrapper/hasProp.md )
25
- * [ hasStyle (EN)] ( ./wrapper/hasStyle.md )
26
25
* [ html (EN)] ( ./wrapper/html.md )
27
26
* [ is (EN)] ( ./wrapper/is.md )
28
27
* [ isEmpty (EN)] ( ./wrapper/isEmpty.md )
43
42
* [ hasAttribute (EN)] ( ./wrapper-array/hasAttribute.md )
44
43
* [ hasClass (EN)] ( ./wrapper-array/hasClass.md )
45
44
* [ hasProp (EN)] ( ./wrapper-array/hasProp.md )
46
- * [ hasStyle (EN)] ( ./wrapper-array/hasStyle.md )
47
45
* [ is (EN)] ( ./wrapper-array/is.md )
48
46
* [ isEmpty (EN)] ( ./wrapper-array/isEmpty.md )
49
47
* [ isVueInstance (EN)] ( ./wrapper-array/isVueInstance.md )
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ expect(wrapper.vm.$route).toBeInstanceOf(Object)
135
135
- type: ` boolean `
136
136
- default: ` false `
137
137
138
- Component will be attach to DOM when rendered if set to ` true ` . This can be used with [ ` hasStyle ` ] ( wrapper/hasStyle.md ) to check multi element CSS selectors.
138
+ Component will be attach to DOM when rendered if set to ` true ` .
139
139
140
140
### ` attrs `
141
141
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ expect(wrapper.vm.$route).toBeInstanceOf(Object)
139
139
- 型: ` boolean `
140
140
- デフォルト: ` false `
141
141
142
- ` true ` に設定されている場合、描画時にコンポーネントは DOM にアタッチされます。これは複数の要素や CSS セレクタをチェックするための [ ` hasStyle ` ] ( ./wrapper/hasStyle.md ) とも使用できます。
142
+ ` true ` に設定されている場合、描画時にコンポーネントは DOM にアタッチされます。
143
143
144
144
### ` attrs `
145
145
Original file line number Diff line number Diff line change 34
34
* [ hasAttribute] ( api/wrapper/hasAttribute.md )
35
35
* [ hasClass] ( api/wrapper/hasClass.md )
36
36
* [ hasProp] ( api/wrapper/hasProp.md )
37
- * [ hasStyle] ( api/wrapper/hasStyle.md )
38
37
* [ html] ( api/wrapper/html.md )
39
38
* [ is] ( api/wrapper/is.md )
40
39
* [ isEmpty] ( api/wrapper/isEmpty.md )
54
53
* [ hasAttribute] ( api/wrapper-array/hasAttribute.md )
55
54
* [ hasClass] ( api/wrapper-array/hasClass.md )
56
55
* [ hasProp] ( api/wrapper-array/hasProp.md )
57
- * [ hasStyle] ( api/wrapper-array/hasStyle.md )
58
56
* [ is] ( api/wrapper-array/is.md )
59
57
* [ isEmpty] ( api/wrapper-array/isEmpty.md )
60
58
* [ isVueInstance] ( api/wrapper-array/isVueInstance.md )
Original file line number Diff line number Diff line change 30
30
* [ hasAttribute] ( api/wrapper/hasAttribute.md )
31
31
* [ hasClass] ( api/wrapper/hasClass.md )
32
32
* [ hasProp] ( api/wrapper/hasProp.md )
33
- * [ hasStyle] ( api/wrapper/hasStyle.md )
34
33
* [ html] ( api/wrapper/html.md )
35
34
* [ is] ( api/wrapper/is.md )
36
35
* [ isEmpty] ( api/wrapper/isEmpty.md )
49
48
* [ hasAttribute] ( api/wrapper-array/hasAttribute.md )
50
49
* [ hasClass] ( api/wrapper-array/hasClass.md )
51
50
* [ hasProp] ( api/wrapper-array/hasProp.md )
52
- * [ hasStyle] ( api/wrapper-array/hasStyle.md )
53
51
* [ is] ( api/wrapper-array/is.md )
54
52
* [ isEmpty] ( api/wrapper-array/isEmpty.md )
55
53
* [ isVueInstance] ( api/wrapper-array/isVueInstance.md )
Original file line number Diff line number Diff line change 20
20
* [ hasAttribute] ( ./wrapper/hasAttribute.md )
21
21
* [ hasClass] ( ./wrapper/hasClass.md )
22
22
* [ hasProp] ( ./wrapper/hasProp.md )
23
- * [ hasStyle] ( ./wrapper/hasStyle.md )
24
23
* [ html] ( ./wrapper/html.md )
25
24
* [ is] ( ./wrapper/is.md )
26
25
* [ isEmpty] ( ./wrapper/isEmpty.md )
37
36
* [ hasAttribute] ( ./wrapper-array/hasAttribute.md )
38
37
* [ hasClass] ( ./wrapper-array/hasClass.md )
39
38
* [ hasProp] ( ./wrapper-array/hasProp.md )
40
- * [ hasStyle] ( ./wrapper-array/hasStyle.md )
41
39
* [ is] ( ./wrapper-array/is.md )
42
40
* [ isEmpty] ( ./wrapper-array/isEmpty.md )
43
41
* [ isVueInstance] ( ./wrapper-array/isVueInstance.md )
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ expect(wrapper.vm.$route).toBeInstanceOf(Object)
134
134
- 타입: ` boolean `
135
135
- default: ` false `
136
136
137
- ` true ` 로 설정된 경우 렌더링될 때 컴포넌트는 DOM에 연결됩니다. 이는 여러 엘리먼트를 반환하는 CSS 셀렉터를 검사하기 위해 [ ` hasStyle ` ] ( wrapper/hasStyle.md ) 와 함께 사용할 수 있습니다.
137
+ ` true ` 로 설정된 경우 렌더링될 때 컴포넌트는 DOM에 연결됩니다.
138
138
139
139
### ` attrs `
140
140
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 36
36
* [ hasAttribute] ( api/wrapper/hasAttribute.md )
37
37
* [ hasClass] ( api/wrapper/hasClass.md )
38
38
* [ hasProp] ( api/wrapper/hasProp.md )
39
- * [ hasStyle] ( api/wrapper/hasStyle.md )
40
39
* [ html] ( api/wrapper/html.md )
41
40
* [ is] ( api/wrapper/is.md )
42
41
* [ isEmpty] ( api/wrapper/isEmpty.md )
57
56
* [ hasAttribute] ( api/wrapper-array/hasAttribute.md )
58
57
* [ hasClass] ( api/wrapper-array/hasClass.md )
59
58
* [ hasProp] ( api/wrapper-array/hasProp.md )
60
- * [ hasStyle] ( api/wrapper-array/hasStyle.md )
61
59
* [ is] ( api/wrapper-array/is.md )
62
60
* [ isEmpty] ( api/wrapper-array/isEmpty.md )
63
61
* [ isVueInstance] ( api/wrapper-array/isVueInstance.md )
Original file line number Diff line number Diff line change 32
32
* [ hasAttribute] ( api/wrapper/hasAttribute.md )
33
33
* [ hasClass] ( api/wrapper/hasClass.md )
34
34
* [ hasProp] ( api/wrapper/hasProp.md )
35
- * [ hasStyle] ( api/wrapper/hasStyle.md )
36
35
* [ html] ( api/wrapper/html.md )
37
36
* [ is] ( api/wrapper/is.md )
38
37
* [ isEmpty] ( api/wrapper/isEmpty.md )
52
51
* [ hasAttribute] ( api/wrapper-array/hasAttribute.md )
53
52
* [ hasClass] ( api/wrapper-array/hasClass.md )
54
53
* [ hasProp] ( api/wrapper-array/hasProp.md )
55
- * [ hasStyle] ( api/wrapper-array/hasStyle.md )
56
54
* [ is] ( api/wrapper-array/is.md )
57
55
* [ isEmpty] ( api/wrapper-array/isEmpty.md )
58
56
* [ isVueInstance] ( api/wrapper-array/isVueInstance.md )
Original file line number Diff line number Diff line change 22
22
* [ hasAttribute] ( ./wrapper/hasAttribute.md )
23
23
* [ hasClass] ( ./wrapper/hasClass.md )
24
24
* [ hasProp] ( ./wrapper/hasProp.md )
25
- * [ hasStyle] ( ./wrapper/hasStyle.md )
26
25
* [ html] ( ./wrapper/html.md )
27
26
* [ is] ( ./wrapper/is.md )
28
27
* [ isEmpty] ( ./wrapper/isEmpty.md )
43
42
* [ hasAttribute] ( ./wrapper-array/hasAttribute.md )
44
43
* [ hasClass] ( ./wrapper-array/hasClass.md )
45
44
* [ hasProp] ( ./wrapper-array/hasProp.md )
46
- * [ hasStyle] ( ./wrapper-array/hasStyle.md )
47
45
* [ is] ( ./wrapper-array/is.md )
48
46
* [ isEmpty] ( ./wrapper-array/isEmpty.md )
49
47
* [ isVueInstance] ( ./wrapper-array/isVueInstance.md )
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ expect(wrapper.vm.$route).toBeInstanceOf(Object)
135
135
- tipo: ` Boolean `
136
136
- padrão: ` false `
137
137
138
- O componente será anexado ao DOM quando configurado como ` true ` . Isso pode ser usado com o [ ` hasStyle ` ] ( wrapper/hasStyle.md ) para verificar os seletores do CSS de vários elementos.
138
+ O componente será anexado ao DOM quando configurado como ` true ` .
139
139
140
140
### ` attrs `
141
141
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 38
38
* [ destroy] ( api/wrapper/destroy.md )
39
39
* [ find] ( api/wrapper/find.md )
40
40
* [ findAll] ( api/wrapper/findAll.md )
41
- * [ hasStyle] ( api/wrapper/hasStyle.md )
42
41
* [ html] ( api/wrapper/html.md )
43
42
* [ is] ( api/wrapper/is.md )
44
43
* [ isEmpty] ( api/wrapper/isEmpty.md )
57
56
* [ contains] ( api/wrapper-array/contains.md )
58
57
* [ exists] ( api/wrapper/exists.md )
59
58
* [ destroy] ( api/wrapper-array/destroy.md )
60
- * [ hasStyle] ( api/wrapper-array/hasStyle.md )
61
59
* [ is] ( api/wrapper-array/is.md )
62
60
* [ isEmpty] ( api/wrapper-array/isEmpty.md )
63
61
* [ isVueInstance] ( api/wrapper-array/isVueInstance.md )
Original file line number Diff line number Diff line change 34
34
* [ destroy] ( api/wrapper/destroy.md )
35
35
* [ find] ( api/wrapper/find.md )
36
36
* [ findAll] ( api/wrapper/findAll.md )
37
- * [ hasStyle] ( api/wrapper/hasStyle.md )
38
37
* [ html] ( api/wrapper/html.md )
39
38
* [ is] ( api/wrapper/is.md )
40
39
* [ isEmpty] ( api/wrapper/isEmpty.md )
52
51
* [ contains] ( api/wrapper-array/contains.md )
53
52
* [ exists] ( api/wrapper/exists.md )
54
53
* [ destroy] ( api/wrapper-array/destroy.md )
55
- * [ hasStyle] ( api/wrapper-array/hasStyle.md )
56
54
* [ is] ( api/wrapper-array/is.md )
57
55
* [ isEmpty] ( api/wrapper-array/isEmpty.md )
58
56
* [ isVueInstance] ( api/wrapper-array/isVueInstance.md )
Original file line number Diff line number Diff line change 23
23
* [ destroy] ( ./wrapper/destroy.md )
24
24
* [ find] ( ./wrapper/find.md )
25
25
* [ findAll] ( ./wrapper/findAll.md )
26
- * [ hasStyle] ( ./wrapper/hasStyle.md )
27
26
* [ html] ( ./wrapper/html.md )
28
27
* [ is] ( ./wrapper/is.md )
29
28
* [ isEmpty] ( ./wrapper/isEmpty.md )
42
41
* [ contains] ( ./wrapper-array/contains.md )
43
42
* [ exists] ( ./wrapper/exists.md )
44
43
* [ destroy] ( ./wrapper-array/destroy.md )
45
- * [ hasStyle] ( ./wrapper-array/hasStyle.md )
46
44
* [ is] ( ./wrapper-array/is.md )
47
45
* [ isEmpty] ( ./wrapper-array/isEmpty.md )
48
46
* [ isVueInstance] ( ./wrapper-array/isVueInstance.md )
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ expect(wrapper.vm.$route).toBeInstanceOf(Object)
146
146
- Тип: ` boolean `
147
147
- По умолчанию: ` false `
148
148
149
- Компонент будет прикрепляться к DOM при рендеринге, если установлено в ` true ` . Это может использоваться с [ ` hasStyle ` ] ( wrapper/hasStyle.md ) для проверки селекторов CSS на нескольких элементах.
149
+ Компонент будет прикрепляться к DOM при рендеринге, если установлено в ` true ` .
150
150
151
151
### ` attrs `
152
152
You can’t perform that action at this time.
0 commit comments