File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838import GET_CART_QUERY from ' @/apollo/queries/GET_CART_QUERY'
3939
4040export default {
41- name: ' Cart ' ,
41+ name: ' LayoutCart ' ,
4242 data () {
4343 return {
4444 remoteCart: null ,
Original file line number Diff line number Diff line change 22 <div class =" relative" >
33 <div
44 v-if =" !firstRender"
5- class =" fixed top-0 left-0 w-screen mt-40 bg-white h-96 animate__animated z-50"
5+ class =" fixed top-0 left-0 w-screen mt-40 bg-white h-full animate__animated z-50"
66 :class =" {
77 animate__fadeInLeft: expandedMenu,
88 animate__fadeOutRight: !expandedMenu && !firstRender,
2929 </li >
3030 <li class =" flex justify-center mt-6 text-lg linkStyleCart" >
3131 <NuxtLink to =" /cart" @click.native =" displayMobileMenu" >
32- <Cart />
32+ <LayoutCart />
3333 </NuxtLink >
3434 </li >
3535 </ul >
You can’t perform that action at this time.
0 commit comments