Skip to content

Commit 936ce4a

Browse files
committed
feat(transition): add TransitionStub to export
1 parent fd4d7c9 commit 936ce4a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
import shallow from './shallow'
22
import mount from './mount'
33
import createLocalVue from './create-local-vue'
4+
import TransitionStub from './components/TransitionStub'
5+
import TransitionGroupStub from './components/TransitionGroupStub'
46

57
export default {
68
createLocalVue,
79
mount,
8-
shallow
10+
shallow,
11+
TransitionStub,
12+
TransitionGroupStub
913
}

0 commit comments

Comments
 (0)