feat(components): align component name casing Loading
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { defineAsyncComponent, type AsyncComponentLoader, type AsyncComponentOptions, type Component, type ComponentPublicInstance } from '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
|
||||
|
||||
|
Reference in New Issue
Block a user