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 bdb5e91 commit 179c865Copy full SHA for 179c865
src/components/TreeNode/index.vue
@@ -33,7 +33,7 @@
33
@click="onBracketsClick"
34
/>
35
36
- <span v-else-if="customValueFormatter" v-html="customFormatter(node.content)"></span>
+ <span v-else-if="customValueFormatter" :class="valueClass" v-html="customFormatter(node.content)"></span>
37
<span v-else :class="valueClass" v-text="defaultFormatter(node.content)" />
38
39
<span v-if="showLength && collapsed" class="vjs-comment"> // {{ node.length }} items </span>
0 commit comments