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 88 commonTagRE ,
99 reservedTagRE ,
1010 warn ,
11- isPlainObject
11+ isPlainObject ,
12+ extend
1213} from '../../util/index'
1314
1415import config from '../../config'
@@ -19,6 +20,7 @@ import * as text from '../../parsers/text'
1920import * as template from '../../parsers/template'
2021import * as directive from '../../parsers/directive'
2122import * as expression from '../../parsers/expression'
23+ import * as transition from '../../transition/index'
2224import FragmentFactory from '../../fragment/factory'
2325import internalDirectives from '../../directives/internal/index'
2426
@@ -194,4 +196,7 @@ export default function (Vue) {
194196 }
195197 }
196198 } )
199+
200+ // expose internal transition API
201+ extend ( Vue . transition , transition )
197202}
You can’t perform that action at this time.
0 commit comments