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 38
38
import GET_CART_QUERY from ' @/apollo/queries/GET_CART_QUERY'
39
39
40
40
export default {
41
- name: ' Cart ' ,
41
+ name: ' LayoutCart ' ,
42
42
data () {
43
43
return {
44
44
remoteCart: null ,
Original file line number Diff line number Diff line change 2
2
<div class =" relative" >
3
3
<div
4
4
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"
6
6
:class =" {
7
7
animate__fadeInLeft: expandedMenu,
8
8
animate__fadeOutRight: !expandedMenu && !firstRender,
29
29
</li >
30
30
<li class =" flex justify-center mt-6 text-lg linkStyleCart" >
31
31
<NuxtLink to =" /cart" @click.native =" displayMobileMenu" >
32
- <Cart />
32
+ <LayoutCart />
33
33
</NuxtLink >
34
34
</li >
35
35
</ul >
You can’t perform that action at this time.
0 commit comments