Skip to content

Commit 96ac229

Browse files
committed
update v-el warning
1 parent fcb3c35 commit 96ac229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deprecations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if (process.env.NODE_ENV !== 'production') {
6161

6262
V_EL: function () {
6363
warn(
64-
'v-el will be deprecated in 1.0.0. ' +
64+
'v-el will no longer be a directive in 1.0.0. Use the "el" special attribute instead. ' +
6565
'See https://github.com/yyx990803/vue/issues/1198 for details.'
6666
)
6767
},

0 commit comments

Comments
 (0)