Circuits...
Circuits Fido e Max Qta Fixed error eslint: 7.0.0 is OK
This commit is contained in:
@@ -92,7 +92,8 @@
|
||||
<message-popover></message-popover>
|
||||
</div>
|
||||
<div v-if="static_data.functionality.SHOW_NOTIF">
|
||||
<notif-popover></notif-popover>
|
||||
<notifPopover
|
||||
v-model="rightNotifOpen"></notifPopover>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
@@ -161,7 +162,10 @@
|
||||
</q-drawer>
|
||||
|
||||
<!-- USER BAR -->
|
||||
<q-drawer v-if="static_data.functionality.ENABLE_ECOMMERCE" v-model="rightCartOpen" side="right" elevated>
|
||||
<q-drawer v-if="static_data.functionality.ENABLE_ECOMMERCE"
|
||||
v-model="rightCartOpen"
|
||||
|
||||
side="right" elevated>
|
||||
<q-btn
|
||||
class="absolute-top-right" style="margin-right: 10px; color: white;"
|
||||
dense flat round icon="close" @click="rightCartOpen = !rightCartOpen">
|
||||
@@ -171,7 +175,8 @@
|
||||
<CMyCart></CMyCart>
|
||||
</q-drawer>
|
||||
<!-- USER BAR -->
|
||||
<q-drawer v-if="static_data.functionality.SHOW_USER_MENU" v-model="rightDrawerOpen" side="right" elevated>
|
||||
<q-drawer v-if="static_data.functionality.SHOW_USER_MENU"
|
||||
v-model="rightDrawerOpen" side="right" elevated>
|
||||
<div id="profile">
|
||||
<q-img
|
||||
class="absolute-top" src="images/landing_first_section.png"
|
||||
|
||||
Reference in New Issue
Block a user