fix: add compatConfig to all components
This commit is contained in:
@@ -77,6 +77,7 @@ const wrapperStyle = computed<CSSProperties>(() => ({
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: 'NodeToolbar',
|
||||
compatConfig: { MODE: 3 },
|
||||
inheritAttrs: false,
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user