We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb3c35 commit 96ac229Copy full SHA for 96ac229
src/deprecations.js
@@ -61,7 +61,7 @@ if (process.env.NODE_ENV !== 'production') {
61
62
V_EL: function () {
63
warn(
64
- 'v-el will be deprecated in 1.0.0. ' +
+ 'v-el will no longer be a directive in 1.0.0. Use the "el" special attribute instead. ' +
65
'See https://github.com/yyx990803/vue/issues/1198 for details.'
66
)
67
},
0 commit comments