feat(components): align component name casing Error
This commit is contained in:
parent
89e9313b03
commit
1665cd57cb
@ -1,6 +1,6 @@
|
|||||||
import { defineAsyncComponent, type AsyncComponentLoader, type AsyncComponentOptions, type Component, type ComponentPublicInstance } from 'vue'
|
import { defineAsyncComponent, type AsyncComponentLoader, type AsyncComponentOptions, type Component, type ComponentPublicInstance } from 'vue'
|
||||||
|
|
||||||
import ErrorComponent from '@/components/misc/error.vue'
|
import ErrorComponent from '@/components/misc/Error.vue'
|
||||||
import LoadingComponent from '@/components/misc/loading.vue'
|
import LoadingComponent from '@/components/misc/loading.vue'
|
||||||
|
|
||||||
const DEFAULT_TIMEOUT = 60000
|
const DEFAULT_TIMEOUT = 60000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user