fix(compat): correct deprecation message for v-bind.sync usage (#13137)

close #13133
This commit is contained in:
linzhe 2025-04-02 11:12:29 +08:00 committed by GitHub
parent f6e84af30a
commit 466b30f404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ const tokenizer = new Tokenizer(stack, {
CompilerDeprecationTypes.COMPILER_V_BIND_SYNC,
currentOptions,
currentProp.loc,
currentProp.rawName,
currentProp.arg!.loc.source,
)
) {
currentProp.name = 'model'