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
5b81708c
Commit
5b81708c
authored
Jan 04, 2023
by
TTS Kieu Tuan Anh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upper case
parent
7528a566
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
Footer.vue
components/Footer.vue
+1
-1
nav.vue
components/nav.vue
+3
-3
sidebar.vue
components/sidebar.vue
+1
-1
index.vue
pages/home/index.vue
+1
-1
users.vue
pages/home/users.vue
+1
-1
index.vue
pages/index.vue
+1
-1
No files found.
components/Footer.vue
View file @
5b81708c
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{
export
default
{
name
:
"
f
ooter
"
,
name
:
"
F
ooter
"
,
};
};
</
script
>
</
script
>
...
...
components/nav.vue
View file @
5b81708c
...
@@ -33,15 +33,15 @@
...
@@ -33,15 +33,15 @@
</template>
</template>
<
script
>
<
script
>
export
default
{
export
default
{
name
:
"
n
av
"
,
name
:
"
N
av
"
,
};
};
</
script
>
</
script
>
<
script
>
<
script
>
import
sidebar
from
"
@/components/
sideb
ar
"
;
import
sidebar
from
"
@/components/
SideB
ar
"
;
import
vuex
from
import
vuex
from
export
default
{
export
default
{
components
:
{
sideb
ar
},
components
:
{
SideB
ar
},
};
};
</
script
>
</
script
>
<
script
>
<
script
>
...
...
components/sidebar.vue
View file @
5b81708c
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{
export
default
{
name
:
"
sideb
ar
"
,
name
:
"
SideB
ar
"
,
};
};
</
script
>
</
script
>
<
script
>
<
script
>
...
...
pages/home/index.vue
View file @
5b81708c
...
@@ -17,7 +17,7 @@ import axios from "axios";
...
@@ -17,7 +17,7 @@ import axios from "axios";
import
VueAxios
from
"
vue-axios
"
;
import
VueAxios
from
"
vue-axios
"
;
import
Nav
from
"
@/components/Nav
"
;
import
Nav
from
"
@/components/Nav
"
;
import
Footer
from
"
@/components/
f
ooter
"
;
import
Footer
from
"
@/components/
F
ooter
"
;
export
default
{
export
default
{
components
:
{
Nav
},
components
:
{
Nav
},
...
...
pages/home/users.vue
View file @
5b81708c
...
@@ -116,7 +116,7 @@ import axios from "axios";
...
@@ -116,7 +116,7 @@ import axios from "axios";
export
default
{
export
default
{
components
:
{
Nav
},
components
:
{
Nav
},
components
:
{
n
avigation
},
components
:
{
N
avigation
},
middleware
:
[
"
web
"
],
middleware
:
[
"
web
"
],
data
:
()
=>
({
data
:
()
=>
({
...
...
pages/index.vue
View file @
5b81708c
...
@@ -63,7 +63,7 @@ import notification from "@/components/notification";
...
@@ -63,7 +63,7 @@ import notification from "@/components/notification";
export
default
{
export
default
{
components
:
{
Nav
},
components
:
{
Nav
},
components
:
{
n
otification
},
components
:
{
N
otification
},
components
:
{
NuxtLogo
},
components
:
{
NuxtLogo
},
};
};
</
script
>
</
script
>
...
...
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