File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 30
30
<ul
31
31
class =" items-center justify-end flex-1 pr-4 -mr-4 list-reset lg:flex"
32
32
>
33
- <NavItem to =" /" label =" Home" />
34
- <NavItem to =" /products" label =" Products" />
35
- <NavItem to =" /categories" label =" Categories" />
36
- <NavItem to =" /search" label =" Search" />
33
+ <LayoutNavItem to =" /" label =" Home" />
34
+ <LayoutNavItem to =" /products" label =" Products" />
35
+ <LayoutNavItem to =" /categories" label =" Categories" />
36
+ <LayoutNavItem to =" /search" label =" Search" />
37
37
<li
38
38
class =" inline-block py-2 text-xl font-semibold no-underline lg:text-base lg:px-4"
39
39
>
48
48
</header >
49
49
</template >
50
50
51
- <script setup>
52
- import NavItem from " @/components/Layout/LayoutNavItem.vue" ;
53
- </script >
54
-
55
51
<style scoped>
56
52
header {
57
53
max-width : 1400px ;
You can’t perform that action at this time.
0 commit comments