We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4d7c9 commit 936ce4aCopy full SHA for 936ce4a
src/index.js
@@ -1,9 +1,13 @@
1
import shallow from './shallow'
2
import mount from './mount'
3
import createLocalVue from './create-local-vue'
4
+import TransitionStub from './components/TransitionStub'
5
+import TransitionGroupStub from './components/TransitionGroupStub'
6
7
export default {
8
createLocalVue,
9
mount,
- shallow
10
+ shallow,
11
+ TransitionStub,
12
+ TransitionGroupStub
13
}
0 commit comments