Skip to content

Commit

Permalink
fix: sponsersData is defined error
Browse files Browse the repository at this point in the history
  • Loading branch information
rockleona committed Feb 7, 2024
1 parent 20baac0 commit 24eff57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
</template>

<script>
import { mapState } from 'vuex'
// import { mapState } from 'vuex'
import i18n from '@/i18n/index.i18n'
import { landingButtonConfig } from '@/configs/pageLanding'
import I18nPageWrapper from '@/components/core/i18n/PageWrapper'
Expand Down Expand Up @@ -163,7 +163,7 @@ export default {
},
fetchOnServer: false,
computed: {
...mapState(['sponsorsData']),
// ...mapState(['sponsorsData']),
isBulleted() {
if (process.client) {
const width = window.innerWidth
Expand Down

0 comments on commit 24eff57

Please sign in to comment.