Skip to content

Commit b415557

Browse files
authored
Revert the formatter support in exp-bind
1 parent b66ffa9 commit b415557

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/exp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ class Exp {
711711
} else {
712712
const keys = val.split(".");
713713
const value = this.findLastField(keys.slice(1), item);
714-
this.writeBindValue(value, el);
714+
el.textContent = value
715715
}
716716
});
717717
/* Append all children of the newly populated template */

0 commit comments

Comments
 (0)