fix: add compatConfig to all components
This commit is contained in:
@@ -89,6 +89,7 @@ function getType(type?: string, template?: GraphEdge['template']) {
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: 'Edges',
|
||||
compatConfig: { MODE: 3 },
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@ const {
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: 'MarkerType',
|
||||
compatConfig: { MODE: 3 },
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ const markers = computed(() => {
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: 'MarkerDefinitions',
|
||||
compatConfig: { MODE: 3 },
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user