We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681339a commit 34ab0c2Copy full SHA for 34ab0c2
src/generators/dom/visitors/Component.js
@@ -96,8 +96,6 @@ export default {
96
97
if ( local.bindings.length ) {
98
const bindings = local.bindings.map( binding => {
99
- const parts = binding.value.split( '.' );
100
- const tail = parts.pop();
101
return `if ( ${binding.prop} in ${binding.obj} ) ${name}_initialData.${binding.name} = ${binding.value};`;
102
});
103
0 commit comments