update: edge label bg true by default

This commit is contained in:
Braks
2021-08-08 19:28:45 +02:00
parent 05c111e5df
commit 6b9c608381
+1 -1
View File
@@ -103,7 +103,7 @@ export const DefaultEdgeProps = {
labelShowBg: {
type: Boolean as PropType<EdgeProps['labelShowBg']>,
required: false,
default: false
default: true
},
labelBgStyle: {
type: [String, Object] as PropType<EdgeProps['labelBgStyle']>,