feat(components): align component name casing Modal
This commit is contained in:
parent
b98280c954
commit
b6f4af30e6
@ -10,7 +10,7 @@ import cypress from '@/directives/cypress'
|
||||
|
||||
import FontAwesomeIcon from '@/components/misc/Icon'
|
||||
import XButton from '@/components/input/button.vue'
|
||||
import Modal from '@/components/misc/modal.vue'
|
||||
import Modal from '@/components/misc/Modal.vue'
|
||||
import Card from '@/components/misc/Card.vue'
|
||||
|
||||
export const setupVue3 = defineSetupVue3(({ app }) => {
|
||||
|
@ -45,7 +45,7 @@ import cypress from '@/directives/cypress'
|
||||
// global components
|
||||
import FontAwesomeIcon from '@/components/misc/Icon'
|
||||
import Button from '@/components/input/Button.vue'
|
||||
import Modal from '@/components/misc/modal.vue'
|
||||
import Modal from '@/components/misc/Modal.vue'
|
||||
import Card from '@/components/misc/Card.vue'
|
||||
|
||||
// We're loading the language before creating the app so that it won't fail to load when the user's
|
||||
|
2
frontend/src/types/global-components.d.ts
vendored
2
frontend/src/types/global-components.d.ts
vendored
@ -3,7 +3,7 @@ import type { Notifications } from '@kyvg/vue3-notification'
|
||||
// import FontAwesomeIcon from '@/components/misc/Icon'
|
||||
import type { FontAwesomeIcon as FontAwesomeIconFixedTypes } from './vue-fontawesome'
|
||||
import type XButton from '@/components/input/Button.vue'
|
||||
import type Modal from '@/components/misc/modal.vue'
|
||||
import type Modal from '@/components/misc/Modal.vue'
|
||||
import type Card from '@/components/misc/Card.vue'
|
||||
|
||||
// Here we define globally imported components
|
||||
|
Loading…
x
Reference in New Issue
Block a user