fix: add compatConfig to all components

This commit is contained in:
Alex Van Liew
2023-02-14 05:51:45 +00:00
committed by Braks
parent 2de90c7743
commit b19b9a871b
39 changed files with 69 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ const attrs = useAttrs() as { style: CSSProperties }
<script lang="ts">
export default {
name: 'PerfectArrow',
compatConfig: { MODE: 3 },
inheritAttrs: false,
}
</script>

View File

@@ -80,6 +80,7 @@ const attrs: any = useAttrs()
<script lang="ts">
export default {
name: 'PathFindingEdge',
compatConfig: { MODE: 3 },
inheritAttrs: false,
}
</script>