Skip to content

Commit c13cac3

Browse files
committed
docs: use lowercase redirects
1 parent 63c1e39 commit c13cac3

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

Diff for: docs/.vuepress/public/_redirects

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
/en/* /:splat
22

33
/api/mount /api/#mount
4-
/api/shallowMount /api/#shallowmount
5-
/api/createLocalVue /api/#createlocalvue
4+
/api/shallowmount /api/#shallowmount
5+
/api/createlocalvue /api/#createlocalvue
66
/api/config /api/#config
77

88
/api/wrapper/isvisible /api/wrapper/#isvisible
99
/api/wrapper/emitted /api/wrapper/#emitted
1010
/api/wrapper/html /api/wrapper/#html
1111
/api/wrapper/name /api/wrapper/#name
12-
/api/wrapper/setProps /api/wrapper/#setprops
12+
/api/wrapper/setprops /api/wrapper/#setprops
1313
/api/wrapper/attributes /api/wrapper/#attributes
14-
/api/wrapper/emittedByOrder /api/wrapper/#emittedbyorder
14+
/api/wrapper/emittedbyorder /api/wrapper/#emittedbyorder
1515
/api/wrapper/is /api/wrapper/#is
1616
/api/wrapper/props /api/wrapper/#props
17-
/api/wrapper/setSelected /api/wrapper/#setselected
17+
/api/wrapper/setselected /api/wrapper/#setselected
1818
/api/wrapper/classes /api/wrapper/#classes
1919
/api/wrapper/exists /api/wrapper/#exists
20-
/api/wrapper/isEmpty /api/wrapper/#isempty
21-
/api/wrapper/setChecked /api/wrapper/#setchecked
22-
/api/wrapper/setValue /api/wrapper/#setvalue
20+
/api/wrapper/isempty /api/wrapper/#isempty
21+
/api/wrapper/setchecked /api/wrapper/#setchecked
22+
/api/wrapper/setvalue /api/wrapper/#setvalue
2323
/api/wrapper/contains /api/wrapper/#contains
2424
/api/wrapper/find /api/wrapper/#find
25-
/api/wrapper/isVisible /api/wrapper/#isvisible
26-
/api/wrapper/setData /api/wrapper/#setdata
25+
/api/wrapper/isvisible /api/wrapper/#isvisible
26+
/api/wrapper/setdata /api/wrapper/#setdata
2727
/api/wrapper/text /api/wrapper/#text
2828
/api/wrapper/destroy /api/wrapper/#destroy
29-
/api/wrapper/findAll /api/wrapper/#findall
30-
/api/wrapper/isVueInstance /api/wrapper/#isvueinstance
31-
/api/wrapper/setMethods /api/wrapper/#setmethods
29+
/api/wrapper/findall /api/wrapper/#findall
30+
/api/wrapper/isvueinstance /api/wrapper/#isvueinstance
31+
/api/wrapper/setmethods /api/wrapper/#setmethods
3232
/api/wrapper/trigger /api/wrapper/#trigger
3333

3434
/api/wrapper-array/destroy /api/wrapper-array/#destroy
35-
/api/wrapper-array/isEmpty /api/wrapper-array/#isempty
36-
/api/wrapper-array/setChecked /api/wrapper-array/#setchecked
37-
/api/wrapper-array/setProps /api/wrapper-array/#setprops
35+
/api/wrapper-array/isempty /api/wrapper-array/#isempty
36+
/api/wrapper-array/setchecked /api/wrapper-array/#setchecked
37+
/api/wrapper-array/setprops /api/wrapper-array/#setprops
3838
/api/wrapper-array/at /api/wrapper-array/#at
3939
/api/wrapper-array/filter /api/wrapper-array/#filter
40-
/api/wrapper-array/isVisible /api/wrapper-array/#isvisible
41-
/api/wrapper-array/setData /api/wrapper-array/#setdata
42-
/api/wrapper-array/setValue /api/wrapper-array/#setvalue
40+
/api/wrapper-array/isvisible /api/wrapper-array/#isvisible
41+
/api/wrapper-array/setdata /api/wrapper-array/#setdata
42+
/api/wrapper-array/setvalue /api/wrapper-array/#setvalue
4343
/api/wrapper-array/contains /api/wrapper-array/#contains
4444
/api/wrapper-array/is /api/wrapper-array/#is
45-
/api/wrapper-array/isVueInstance /api/wrapper-array/#isvueinstance
46-
/api/wrapper-array/setMethods /api/wrapper-array/#setmethods
45+
/api/wrapper-array/isvueinstance /api/wrapper-array/#isvueinstance
46+
/api/wrapper-array/setmethods /api/wrapper-array/#setmethods
4747
/api/wrapper-array/trigger /api/wrapper-array/#trigger
4848

0 commit comments

Comments
 (0)