lint
This commit is contained in:
parent
c5445096e8
commit
3a3d56c670
3 changed files with 2 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ import { useInterfaceStore } from 'src/stores/interface.js'
|
|||
const GlobalError = {
|
||||
components: {
|
||||
ErrorModal: defineAsyncComponent(
|
||||
() => import('src/components/error_modal/error_modal.vue')
|
||||
() => import('src/components/error_modal/error_modal.vue'),
|
||||
),
|
||||
},
|
||||
computed: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue