Skip to content

Commit 51fb524

Browse files
committed
chore: minor tweaks
1 parent 6ccdf9a commit 51fb524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compiler-core/src/transforms/transformElement.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,9 +594,9 @@ export function buildProps(
594594
hasDynamicKeys = true
595595
if (exp) {
596596
if (isVBind) {
597-
// have to merge early for compat build check
598-
pushMergeArg()
599597
if (__COMPAT__) {
598+
// have to merge early for compat build check
599+
pushMergeArg()
600600
// 2.x v-bind object order compat
601601
if (__DEV__) {
602602
const hasOverridableKeys = mergeArgs.some(arg => {

0 commit comments

Comments
 (0)