mirror of https://github.com/vuejs/core.git
fix(compat): correct deprecation message for v-bind.sync usage (#13137)
close #13133
This commit is contained in:
parent
f6e84af30a
commit
466b30f404
|
@ -388,7 +388,7 @@ const tokenizer = new Tokenizer(stack, {
|
||||||
CompilerDeprecationTypes.COMPILER_V_BIND_SYNC,
|
CompilerDeprecationTypes.COMPILER_V_BIND_SYNC,
|
||||||
currentOptions,
|
currentOptions,
|
||||||
currentProp.loc,
|
currentProp.loc,
|
||||||
currentProp.rawName,
|
currentProp.arg!.loc.source,
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
currentProp.name = 'model'
|
currentProp.name = 'model'
|
||||||
|
|
Loading…
Reference in New Issue