diff --git a/lib/mixins/property-effects.js b/lib/mixins/property-effects.js index cdff1f5b45..05a41e0492 100644 --- a/lib/mixins/property-effects.js +++ b/lib/mixins/property-effects.js @@ -728,6 +728,8 @@ function setupCompoundStorage(node, binding) { // Configure properties with their literal parts if (binding.literal && binding.kind == 'property') { // Note, className needs style scoping so this needs wrapping. + // We may also want to consider doing this for `textContent` and + // `innerHTML`. if (target === 'className') { node = wrap(node); }