Pannello Utente

Aggiornamento Yarn
This commit is contained in:
Paolo Arena
2022-07-10 01:24:54 +02:00
parent 51e13794c3
commit 42cb624f41
82 changed files with 2379 additions and 1162 deletions

View File

@@ -5,7 +5,7 @@ import { useGlobalStore } from '@store/globalStore'
import { useQuasar } from 'quasar'
import { CMyPage } from '../../../components/CMyPage'
import { Footer } from '../../../components/Footer'
import { LandingFooter } from '../../../components/LandingFooter'
import { CTitleBanner } from '../../../components/CTitleBanner'
@@ -28,7 +28,7 @@ export default defineComponent({
default: false,
},
},
components: { CSignUpIscrizioneConacreis, CMyPage, Footer, CTitleBanner },
components: { CSignUpIscrizioneConacreis, CMyPage, LandingFooter, CTitleBanner },
setup(props, { emit }) {
const userStore = useUserStore()

View File

@@ -14,7 +14,7 @@
</CSignUpIscrizioneConacreis>
</div>
<Footer></Footer>
<LandingFooter></LandingFooter>
</q-page>
</div>
</template>

View File

@@ -1,12 +1,12 @@
import { defineComponent } from 'vue'
import { Footer } from '@/components/Footer'
import { LandingFooter } from '@/components/LandingFooter'
import { useUserStore } from '@store/UserStore'
import MixinUsers from '@/mixins/mixin-users'
export default defineComponent({
name: 'Regok',
components: { Footer },
components: { LandingFooter },
props: {},
setup() {
const userStore = useUserStore()

View File

@@ -43,7 +43,7 @@
<br>
<br>
<Footer></Footer>
<LandingFooter></LandingFooter>
</q-page>
</template>

View File

@@ -44,7 +44,7 @@
<q-item-section>
<q-item-label>{{rec.title}}</q-item-label>
<q-item-label caption v-html="rec.description"></q-item-label>
<q-item-label caption><span v-html="rec.description"></span></q-item-label>
<q-item-label>
<span class="est__price">{{getPrice(rec)}} </span>
</q-item-label>