fix: add compatConfig to all components

This commit is contained in:
Alex Van Liew
2023-02-15 10:19:26 +01:00
committed by Braks
parent 2de90c7743
commit b19b9a871b
39 changed files with 69 additions and 1 deletions
@@ -22,6 +22,7 @@ const lineControls: ControlLinePosition[] = ['top', 'right', 'bottom', 'left']
<script lang="ts">
export default {
name: 'NodeResizer',
compatConfig: { MODE: 3 },
inheritAttrs: false,
}
</script>