Skip to content

Commit 0c17e6f

Browse files
committed
XWIKI-18712: Properties of type number and text are always empty
See vuejs/vue#12102
1 parent 8cef3ce commit 0c17e6f

File tree

1 file changed

+1
-1
lines changed
  • xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/displayers

1 file changed

+1
-1
lines changed

xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/displayers/BaseDisplayer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
However, this is useful if a custom displayer only implement
4545
its Editor widget, as a default Viewer widget would still be provided
4646
-->
47-
{{ value }}
47+
<span>{{ value }}</span>
4848
</slot>
4949
</div>
5050

0 commit comments

Comments
 (0)