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
6ac57a0f
Commit
6ac57a0f
authored
Jan 29, 2023
by
TTS Kieu Tuan Anh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
https://gitlab.kiaisoft.com/kiaisoft.anh.tran2/kiaisoft_tuananh_nuxt
into dev
parents
feefefc1
5c31c3ea
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
534 additions
and
2 deletions
+534
-2
nav.vue
components/nav.vue
+1
-0
posts.vue
pages/home/posts.vue
+531
-0
products.vue
pages/home/products.vue
+2
-2
No files found.
components/nav.vue
View file @
6ac57a0f
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
<b-nav-item
href=
"/home/users"
>
USER
</b-nav-item>
<b-nav-item
href=
"/home/users"
>
USER
</b-nav-item>
<b-nav-item
href=
"/home/categories"
>
CATEGORY
</b-nav-item>
<b-nav-item
href=
"/home/categories"
>
CATEGORY
</b-nav-item>
<b-nav-item
href=
"/home/products"
>
PRODUCT
</b-nav-item>
<b-nav-item
href=
"/home/products"
>
PRODUCT
</b-nav-item>
<b-nav-item
href=
"/home/posts"
>
POST
</b-nav-item>
</b-navbar-nav>
</b-navbar-nav>
<!-- Right aligned nav items -->
<!-- Right aligned nav items -->
...
...
pages/home/posts.vue
0 → 100644
View file @
6ac57a0f
This diff is collapsed.
Click to expand it.
pages/home/products.vue
View file @
6ac57a0f
...
@@ -516,8 +516,8 @@ export default {
...
@@ -516,8 +516,8 @@ export default {
variants
:
this
.
variants
,
variants
:
this
.
variants
,
},
{
},
{
headers
:
{
headers
:
{
"
Content-Type
"
:
"
multipart/form-data
"
,
'
Content-Type
'
:
'
multipart/form-data
'
,
"
Authorization
"
:
this
.
$auth
.
$storage
.
getUniversal
(
"
token
"
)
'
Authorization
'
:
this
.
$auth
.
$storage
.
getUniversal
(
'
token
'
)
}
}
})
})
.
then
(
response
=>
{
.
then
(
response
=>
{
...
...
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