Skip to content

Commit ef613de

Browse files
authoredFeb 9, 2019
refactor: remove sync mode (#1141)
BREAKING CHANGE: * Remove `sync` mode * Remove TransitionStub * Remove Transition
1 parent 36adbf3 commit ef613de

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+138
-814
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"babel-plugin-syntax-jsx": "^6.18.0",
3737
"babel-plugin-transform-decorators-legacy": "^1.3.4",
3838
"babel-plugin-transform-vue-jsx": "^3.7.0",
39-
"babel-polyfill": "^6.23.0",
39+
"babel-polyfill": "^6.26.0",
4040
"babel-preset-env": "^1.6.0",
4141
"babel-preset-flow-vue": "^1.0.0",
4242
"babel-preset-stage-2": "^6.24.1",

‎packages/create-instance/extract-instance-options.js

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const MOUNTING_OPTIONS = [
1111
'attrs',
1212
'listeners',
1313
'propsData',
14-
'sync',
1514
'shouldProxy'
1615
]
1716

0 commit comments

Comments
 (0)
Please sign in to comment.