We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8581f commit 92319e6Copy full SHA for 92319e6
src/directives/text.js
@@ -4,7 +4,7 @@ module.exports = {
4
5
bind: function () {
6
this.attr = this.el.nodeType === 3
7
- ? 'nodeValue'
+ ? 'data'
8
: 'textContent'
9
},
10
0 commit comments