Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
K
kiaisoft_tuananh_nuxt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TTS Tran Viet Anh
kiaisoft_tuananh_nuxt
Commits
f646c89a
Commit
f646c89a
authored
Feb 26, 2023
by
TTS Kieu Tuan Anh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stash
parent
6c99a80b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
65 additions
and
33 deletions
+65
-33
Header.vue
components/user/Header.vue
+1
-1
NavBar.vue
components/user/NavBar.vue
+44
-32
index.vue
pages/home-page/categories/index.vue
+20
-0
No files found.
components/user/Header.vue
View file @
f646c89a
...
...
@@ -3,7 +3,7 @@
<div>
<!-- header top -->
<div
class=
"header-top"
>
<v-container>
<v-container
class=
"pa-0"
>
<v-row
no-gutters
>
<v-col
cols=
"12"
...
...
components/user/NavBar.vue
View file @
f646c89a
<
template
>
<v-container>
<div
class=
"navbar d-flex justify-space-between col-md-7"
>
<div>
<span>
Home
</span>
</div>
<div
class=
"dropdown"
>
<span>
Products
</span>
<v-icon>
mdi-chevron-down
</v-icon>
<div
class=
"dropdown-content elevation-10"
:elevation=
"2"
>
<v-treeview
:active.sync=
"active"
rounded
dense
hoverable
activatable
:items=
"categories"
/>
<div
class=
"navbar d-flex justify-space-between "
>
<div
class =
"d-flex justify-space-between col-md-7"
>
<div>
<span>
Home
</span>
</div>
<div
class=
"dropdown"
>
<span>
Products
</span>
<v-icon>
mdi-chevron-down
</v-icon>
<div
class=
"dropdown-content elevation-10"
:elevation=
"2"
>
<v-treeview
:active.sync=
"active"
rounded
dense
hoverable
activatable
:items=
"categories"
/>
</div>
</div>
<div>
<span>
Pages
</span>
</div>
<div>
<span>
Blogs
</span>
</div>
<div>
<span>
About
</span>
</div>
</div>
<div>
<span>
Pages
<div
class=
"d-flex align-center "
>
<v-icon>
mdi-tag
</v-icon>
<span
class=
"mx-2"
>
Special offer!
</span>
</div>
<div>
<span>
Blogs
<span
class=
"mx-2"
>
Buy riode
</span>
</div>
<div>
<span>
About
</span>
</div>
</div>
</v-container>
</
template
>
...
...
pages/home-page/categories/index.vue
0 → 100644
View file @
f646c89a
<
template
>
<div>
<!-- Banners -->
<PageCarousels
/>
</div>
</
template
>
<
script
>
import
PageCarousels
from
'
@/components/PageCarousels
'
export
default
{
layout
:
'
user
'
,
component
:
{
PageCarousels
}
}
</
script
>
<
style
>
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment