File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- # mount(component,{, options}] )
1+ # mount(component {, options}] )
22
33- ** Arguments:**
44
Original file line number Diff line number Diff line change 1- # shallow(component,{, options}] )
1+ # shallow(component {, options}] )
22
33- ** Arguments:**
44
1919
2020- ** Options:**
2121
22- See [ options] ( /docs/en/api /options.md)
22+ See [ options] ( . /options.md)
2323
2424- ** Usage:**
2525
26- Returns [ ` Wrapper ` ] ( /docs/en/api /wrapper/README.md) of first DOM node or Vue component matching selector.
26+ Returns [ ` Wrapper ` ] ( . /wrapper/README.md) of first DOM node or Vue component matching selector.
2727
2828Stubs all child components.
2929
30- Use any valid [ selector] ( /docs/en/api /selectors.md) .
30+ Use any valid [ selector] ( . /selectors.md) .
3131
3232** Without options:**
3333
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ const bar = wrapper.find(Bar)
2424expect (bar .is (Bar)).toBe (true )
2525```
2626
27- - ** See also:** [ Wrapper] ( /docs/en/api/wrapper/ README.md)
27+ - ** See also:** [ Wrapper] ( README.md )
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ expect(wrapper.emitted().foo.length).toBe(2)
5858expect (wrapper .emitted ().foo [1 ]).toEqual ([123 ])
5959```
6060
61- You can also get an Array of the events in their emit order by calling [ wrapper.emittedByOrder()] ( ../api/emittedByOrder.md ) .
61+ You can also get an Array of the events in their emit order by calling [ wrapper.emittedByOrder()] ( ../api/wrapper/ emittedByOrder.md ) .
6262
6363## Manipulating Component State
6464
@@ -86,7 +86,7 @@ mount(Component, {
8686
8787You can also update the props of an already-mounted component with the ` wrapper.setProps({}) ` method.
8888
89- * For a full list of options, please see the [ mount options section] ( ./api/options.md ) of the docs.*
89+ * For a full list of options, please see the [ mount options section] ( .. /api/options.md ) of the docs.*
9090
9191## Applying Global Plugins and Mixins
9292
You can’t perform that action at this time.
0 commit comments