Skip to content

Commit

Permalink
Address review feedback via comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Apr 2, 2019
1 parent eb2385a commit 4e1d6a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mixins/property-effects.js
Expand Up @@ -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);
}
Expand Down

0 comments on commit 4e1d6a1

Please sign in to comment.