Creazione tabella Product

This commit is contained in:
Paolo Arena
2020-12-21 02:15:34 +01:00
parent a4b7f9e264
commit 1ee08b57ab
5 changed files with 69 additions and 103 deletions

View File

@@ -57,8 +57,8 @@
@input="changetab"
>
<q-tab name="guida" icon="fas fa-check" :label="$t('pages.home')"></q-tab>
<q-tab name="zoom" icon="fas fa-video" :label="$t('pages.nextzoom')"></q-tab>
<q-tab name="statistiche" icon="fas fa-chart-line" :label="$t('pages.status')"></q-tab>
<!--<q-tab name="zoom" icon="fas fa-video" :label="$t('pages.nextzoom')"></q-tab>-->
<!--<q-tab name="statistiche" icon="fas fa-chart-line" :label="$t('pages.status')"></q-tab>-->
</q-tabs>
@@ -83,6 +83,10 @@
</q-tab-panel>
</q-tab-panels>
<CECommerce>
</CECommerce>
</div>
</CMyPage>
@@ -93,5 +97,5 @@
</script>
<style lang="scss" scoped>
@import './home.scss';
@import './home.scss';
</style>