Pannello Utente
Aggiornamento Yarn
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
</CSignUpIscrizioneConacreis>
|
||||
</div>
|
||||
|
||||
<Footer></Footer>
|
||||
<LandingFooter></LandingFooter>
|
||||
</q-page>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<Footer></Footer>
|
||||
<LandingFooter></LandingFooter>
|
||||
</q-page>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user