Skip to content

Commit 4e1d6a1

Browse files
author
Steven Orvell
committed
Address review feedback via comment.
1 parent eb2385a commit 4e1d6a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/mixins/property-effects.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,8 @@ function setupCompoundStorage(node, binding) {
728728
// Configure properties with their literal parts
729729
if (binding.literal && binding.kind == 'property') {
730730
// Note, className needs style scoping so this needs wrapping.
731+
// We may also want to consider doing this for `textContent` and
732+
// `innerHTML`.
731733
if (target === 'className') {
732734
node = wrap(node);
733735
}

0 commit comments

Comments
 (0)