fix: breadcrumbs
This commit is contained in:
parent
6c02e58f84
commit
ff9891302a
4 changed files with 67 additions and 55 deletions
|
|
@ -24,11 +24,7 @@
|
|||
<q-banner v-if="styles?.ui?.banner" class="row q-pa-none q-mb-md">
|
||||
<q-img :src="styles.ui.banner" style="width: 100%; height: 250px" cover></q-img>
|
||||
</q-banner>
|
||||
<q-toolbar>
|
||||
<q-breadcrumbs>
|
||||
<q-breadcrumbs-el :label="styles.name ?? 'Market'" icon="home"></q-breadcrumbs-el>
|
||||
</q-breadcrumbs>
|
||||
</q-toolbar>
|
||||
|
||||
<div class="row q-col-gutter-md">
|
||||
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3" v-for="(item, idx) in products" :key="idx">
|
||||
<product-card :product="item" @change-page="changePageM"></product-card>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,6 @@
|
|||
<div>
|
||||
<q-toolbar>
|
||||
<q-breadcrumbs class="cursor">
|
||||
<q-breadcrumbs-el :label="styles.name ?? 'Market'" icon="home" @click="$emit('change-page', 'market')"
|
||||
style="cursor: pointer"></q-breadcrumbs-el>
|
||||
<q-breadcrumbs-el :label="stall?.name || 'Stall'" icon="widgets"></q-breadcrumbs-el>
|
||||
</q-breadcrumbs>
|
||||
|
||||
<q-toolbar-title></q-toolbar-title>
|
||||
<chat-dialog v-if="this.customerPrivkey || this.customerUseExtension" :account="account ? account : dropIn"
|
||||
:merchant="stall.pubkey" :relays="relays" :pool="pool" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue