Added Charts
This commit is contained in:
@@ -64,7 +64,7 @@ const searchAirlines = async (query: string) => {
|
||||
<template #item="{ item, props: itemProps }">
|
||||
<v-list-item v-bind="itemProps">
|
||||
<template #prepend>
|
||||
<img style="padding:0.25em" width="40" height="40" :src="`${page.logo_api_url}/airlines/logos/tail/id/${item.value}`" />
|
||||
<img style="padding:0.25em" width="40" height="40" :src="`${page.logo_api_url}/airlines/logos/tail/id/${item.value}`" alt=""/>
|
||||
</template>
|
||||
|
||||
</v-list-item>
|
||||
|
||||
Reference in New Issue
Block a user