File tree Expand file tree Collapse file tree 5 files changed +1
-173
lines changed
test/unit/specs/directives Expand file tree Collapse file tree 5 files changed +1
-173
lines changed Original file line number Diff line number Diff line change 2626 " src/config.js" ,
2727 " src/directive.js" ,
2828 " src/directives/attr.js" ,
29- " src/directives/callbacks.js" ,
3029 " src/directives/class.js" ,
3130 " src/directives/cloak.js" ,
3231 " src/directives/component.js" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ exports.model = require('./model')
1818exports . repeat = require ( './repeat' )
1919exports [ 'if' ] = require ( './if' )
2020
21- // child vm communication directives
22- exports . callbacks = require ( './callbacks' )
23-
2421// internal directives that should not be used directly
2522// but we still want to expose them for advanced usage.
2623exports . _component = require ( './component' )
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ function enableDebug () {
6565 if ( id === 'events' ) {
6666 exports . warn (
6767 'v-events has been deprecated in ^0.12.0. ' +
68- 'Use v-callbacks instead.'
68+ 'Pass down methods as callback props instead.'
6969 )
7070 return
7171 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments