You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/api/components/TransitionGroupStub.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
# TransitionGroupStub
2
2
3
-
A component to stub the `transition-group`wrapper component. Instead of performing transitions asynchronously, it returns the child components synchronously.
3
+
A component to stub the `transition-group` component. Instead of performing transitions asynchronously, it returns the child components synchronously.
4
4
5
-
This is set to stub all `transition-group` components by default in the `vue-test-utils` config. To use the built-in `transition-group`wrapper component set `config.stubs['transition-group']` to false:
5
+
This is set to stub all `transition-group` components by default in the `vue-test-utils` config. To use the built-in `transition-group` component set `config.stubs['transition-group']` to false:
Copy file name to clipboardExpand all lines: docs/en/api/components/TransitionStub.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
# TransitionStub
2
2
3
-
A component to stub the `transition`wrapper component. Instead of performing transitions asynchronously, it returns the child component synchronously.
3
+
A component to stub the `transition` component. Instead of performing transitions asynchronously, it returns the child component synchronously.
4
4
5
-
This is set to stub all `transition` components by default in the vue-test-utils config. To use the built-in `transition`wrapper component set `config.stubs.transition` to false:
5
+
This is set to stub all `transition` components by default in the vue-test-utils config. To use the built-in `transition` component set `config.stubs.transition` to false:
0 commit comments