Skip to content

Commit 466b30f

Browse files
authored
fix(compat): correct deprecation message for v-bind.sync usage (#13137)
close #13133
1 parent f6e84af commit 466b30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-core/src/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ const tokenizer = new Tokenizer(stack, {
388388
CompilerDeprecationTypes.COMPILER_V_BIND_SYNC,
389389
currentOptions,
390390
currentProp.loc,
391-
currentProp.rawName,
391+
currentProp.arg!.loc.source,
392392
)
393393
) {
394394
currentProp.name = 'model'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy