Added API
This commit is contained in:
@@ -12,7 +12,7 @@ defineOptions({ inheritAttrs: false })
|
||||
const props = defineProps<{
|
||||
achievement: Achievement
|
||||
user: User
|
||||
isFollowing: boolean
|
||||
followStatus: string
|
||||
flights: Flight[]
|
||||
families: Record<string, string[]>
|
||||
}>()
|
||||
|
||||
@@ -11,7 +11,7 @@ defineOptions({ inheritAttrs: false })
|
||||
const props = defineProps<{
|
||||
achievement: Achievement
|
||||
user: User
|
||||
isFollowing: boolean
|
||||
followStatus: string
|
||||
flights: Flight[]
|
||||
families: Record<string, string[]>
|
||||
}>()
|
||||
|
||||
@@ -5,7 +5,7 @@ defineOptions({ inheritAttrs: false })
|
||||
defineProps<{
|
||||
achievement: Achievement
|
||||
user: User
|
||||
isFollowing: boolean
|
||||
followStatus: string
|
||||
alliance: Alliance
|
||||
airlines: Airline[]
|
||||
flights: Flight[]
|
||||
@@ -16,7 +16,7 @@ defineProps<{
|
||||
<AllianceChallenge
|
||||
:achievement="achievement"
|
||||
:user="user"
|
||||
:isFollowing="isFollowing"
|
||||
:followStatus="followStatus"
|
||||
:alliance="alliance"
|
||||
:airlines="airlines"
|
||||
:flights="flights"
|
||||
|
||||
@@ -5,7 +5,7 @@ defineOptions({ inheritAttrs: false })
|
||||
defineProps<{
|
||||
achievement: Achievement
|
||||
user: User
|
||||
isFollowing: boolean
|
||||
followStatus: string
|
||||
alliance: Alliance
|
||||
airlines: Airline[]
|
||||
flights: Flight[]
|
||||
|
||||
@@ -5,7 +5,7 @@ defineOptions({ inheritAttrs: false })
|
||||
defineProps<{
|
||||
achievement: Achievement
|
||||
user: User
|
||||
isFollowing: boolean
|
||||
followStatus: string
|
||||
alliance: Alliance
|
||||
airlines: Airline[]
|
||||
flights: Flight[]
|
||||
@@ -16,7 +16,7 @@ defineProps<{
|
||||
<AllianceChallenge
|
||||
:achievement="achievement"
|
||||
:user="user"
|
||||
:isFollowing="isFollowing"
|
||||
:followStatus="followStatus"
|
||||
:alliance="alliance"
|
||||
:airlines="airlines"
|
||||
:flights="flights"
|
||||
|
||||
@@ -5,7 +5,7 @@ defineOptions({ inheritAttrs: false })
|
||||
defineProps<{
|
||||
achievement: Achievement
|
||||
user: User
|
||||
isFollowing: boolean
|
||||
followStatus: string
|
||||
alliance: Alliance
|
||||
airlines: Airline[]
|
||||
flights: Flight[]
|
||||
@@ -16,7 +16,7 @@ defineProps<{
|
||||
<AllianceChallenge
|
||||
:achievement="achievement"
|
||||
:user="user"
|
||||
:isFollowing="isFollowing"
|
||||
:followStatus="followStatus"
|
||||
:alliance="alliance"
|
||||
:airlines="airlines"
|
||||
:flights="flights"
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ defineOptions({ inheritAttrs: false })
|
||||
const props = defineProps<{
|
||||
achievement: Achievement
|
||||
user: User
|
||||
isFollowing: boolean
|
||||
followStatus: string
|
||||
flights: Flight[]
|
||||
continents: Continent[]
|
||||
}>()
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ defineOptions({ inheritAttrs: false })
|
||||
const props = defineProps<{
|
||||
achievement: Achievement
|
||||
user: User
|
||||
isFollowing: boolean
|
||||
followStatus: string
|
||||
flights: Flight[]
|
||||
continents: Continent[]
|
||||
}>()
|
||||
|
||||
@@ -13,7 +13,7 @@ defineOptions({ inheritAttrs: false })
|
||||
const props = defineProps<{
|
||||
achievement: Achievement
|
||||
user: User
|
||||
isFollowing: boolean
|
||||
followStatus: string
|
||||
flights: Flight[]
|
||||
}>()
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ defineOptions({ inheritAttrs: false })
|
||||
const props = defineProps<{
|
||||
achievement: Achievement
|
||||
user: User
|
||||
isFollowing: boolean
|
||||
followStatus: string
|
||||
flights: Flight[]
|
||||
}>()
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ defineOptions({ inheritAttrs: false })
|
||||
const props = defineProps<{
|
||||
achievement: Achievement
|
||||
user: User
|
||||
isFollowing: boolean
|
||||
followStatus: string
|
||||
flights: Flight[]
|
||||
regions: Region[]
|
||||
}>()
|
||||
|
||||
@@ -16,7 +16,7 @@ defineOptions({ inheritAttrs: false })
|
||||
const props = defineProps<{
|
||||
achievement: Achievement
|
||||
user: User
|
||||
isFollowing: boolean
|
||||
followStatus: string
|
||||
flights: Flight[]
|
||||
regions: Region[]
|
||||
}>()
|
||||
|
||||
@@ -17,7 +17,7 @@ defineOptions({ inheritAttrs: false })
|
||||
const props = defineProps<{
|
||||
achievement: Achievement
|
||||
user: User
|
||||
isFollowing: boolean
|
||||
followStatus: string
|
||||
flights: Flight[]
|
||||
regions: Region[]
|
||||
}>()
|
||||
|
||||
@@ -16,7 +16,7 @@ defineOptions({ inheritAttrs: false })
|
||||
const props = defineProps<{
|
||||
achievement: Achievement
|
||||
user: User
|
||||
isFollowing: boolean
|
||||
followStatus: string
|
||||
flights: Flight[]
|
||||
regions: Region[]
|
||||
}>()
|
||||
|
||||
@@ -16,7 +16,7 @@ defineOptions({ inheritAttrs: false })
|
||||
const props = defineProps<{
|
||||
achievement: Achievement
|
||||
user: User
|
||||
isFollowing: boolean
|
||||
followStatus: string
|
||||
flights: Flight[]
|
||||
regions: Region[]
|
||||
}>()
|
||||
|
||||
Reference in New Issue
Block a user