Skip to content

Commit 1c73ce5

Browse files
committed
revert sync prop (fix #1262)
1 parent f80e3d9 commit 1c73ce5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/directives/internal/prop.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ module.exports = {
2626
child[childKey] = val
2727
}
2828
}, {
29-
sync: true,
3029
filters: prop.filters,
3130
// important: props need to be observed on the
3231
// v-for scope if present
@@ -48,7 +47,7 @@ module.exports = {
4847
childKey,
4948
function (val) {
5049
parent.$set(parentKey, val)
51-
}, { sync: true }
50+
}
5251
)
5352
})
5453
}

0 commit comments

Comments
 (0)