add Bpopover default props & add text_rebond body and tags

This commit is contained in:
axolotle
2021-06-30 14:21:11 +02:00
parent f53bae6541
commit 985da08730
5 changed files with 49 additions and 12 deletions
+1 -2
View File
@@ -8,8 +8,7 @@
v-for="node in nodes" :key="'popover-' + node.id"
custom-class="popover-node-preview"
:target="'preview-node-' + node.id" container="preview-zone"
placement="auto"
triggers="manual" :boundary-padding="0"
placement="auto" triggers="manual"
>
<node-view
:node="node"