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
95ae8349
Commit
95ae8349
authored
Apr 10, 2023
by
Le Dinh Trung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete nightmode
parent
72a5f0d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
10 deletions
+1
-10
Header.vue
components/user/Header.vue
+1
-10
No files found.
components/user/Header.vue
View file @
95ae8349
...
@@ -43,12 +43,6 @@
...
@@ -43,12 +43,6 @@
</div>
</div>
</div>
</div>
<v-divider
vertical
/>
<v-divider
vertical
/>
<div
class=
"header-info"
@
click=
"changeColor"
>
<v-icon
small
>
mdi-moon-waning-crescent
</v-icon>
<span>
night
</span>
</div>
<div
class=
"header-info"
>
<div
class=
"header-info"
>
<v-icon
small
>
<v-icon
small
>
mdi-map-marker-outline
mdi-map-marker-outline
...
@@ -63,7 +57,7 @@
...
@@ -63,7 +57,7 @@
</div>
</div>
<div
v-if=
"auth"
class=
"authentication"
>
<div
v-if=
"auth"
class=
"authentication"
>
<div
class=
"header-info"
>
<div
class=
"header-info"
>
<span
class=
"font-weight-bold
font-weight-black
"
>
{{
auth
}}
</span>
<span
class=
"font-weight-bold
text-decoration-underline text-uppercase
"
>
{{
auth
}}
</span>
</div>
</div>
<v-icon
small
>
<v-icon
small
>
mdi-slash-forward
mdi-slash-forward
...
@@ -394,9 +388,6 @@ export default {
...
@@ -394,9 +388,6 @@ export default {
this
.
getCardProducts
()
this
.
getCardProducts
()
})
})
},
},
changeColor
()
{
this
.
$vuetify
.
theme
.
dark
=
!
this
.
$vuetify
.
theme
.
dark
},
async
logout
()
{
async
logout
()
{
try
{
try
{
const
resp
=
await
this
.
$axios
.
post
(
'
/logout
'
,
{
const
resp
=
await
this
.
$axios
.
post
(
'
/logout
'
,
{
...
...
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