fix: type
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
import { PageHeader } from '@proj-airi/stage-ui/components'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
|
||||
import PageHeader from '../../components/Layouts/PageHeader.vue'
|
||||
|
||||
defineProps<{
|
||||
providerName: string
|
||||
providerIcon?: string
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
import { PageHeader } from '@proj-airi/stage-ui/components'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
|
||||
import PageHeader from '../../components/Layouts/PageHeader.vue'
|
||||
|
||||
defineProps<{
|
||||
providerName: string
|
||||
providerIcon?: string
|
||||
|
||||
Reference in New Issue
Block a user