Skip to content

Commit

Permalink
fix(City detail): fix load more button action. ref #771
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Aug 22, 2024
1 parent 04636ff commit f80e418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/CountryCityDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<v-row v-if="countryCityLocationList.length < countryCityLocationTotal" class="mb-2">
<v-col align="center">
<v-btn size="small" :loading="loading" @click="getCountryLocations">
<v-btn size="small" :loading="loading" @click="getCountryCityLocations">
{{ $t('Common.LoadMore') }}
</v-btn>
</v-col>
Expand Down

0 comments on commit f80e418

Please sign in to comment.