File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 8
8
commonTagRE ,
9
9
reservedTagRE ,
10
10
warn ,
11
- isPlainObject
11
+ isPlainObject ,
12
+ extend
12
13
} from '../../util/index'
13
14
14
15
import config from '../../config'
@@ -19,6 +20,7 @@ import * as text from '../../parsers/text'
19
20
import * as template from '../../parsers/template'
20
21
import * as directive from '../../parsers/directive'
21
22
import * as expression from '../../parsers/expression'
23
+ import * as transition from '../../transition/index'
22
24
import FragmentFactory from '../../fragment/factory'
23
25
import internalDirectives from '../../directives/internal/index'
24
26
@@ -194,4 +196,7 @@ export default function (Vue) {
194
196
}
195
197
}
196
198
} )
199
+
200
+ // expose internal transition API
201
+ extend ( Vue . transition , transition )
197
202
}
You can’t perform that action at this time.
0 commit comments