fix: add compatConfig to all components
This commit is contained in:
@@ -42,6 +42,7 @@ onMounted(async () => {
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: 'Transform',
|
||||
compatConfig: { MODE: 3 },
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -299,6 +299,7 @@ function isWrappedWithClass(event: Event, className: string | undefined) {
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: 'Viewport',
|
||||
compatConfig: { MODE: 3 },
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user