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
12bee8cb
Commit
12bee8cb
authored
Apr 12, 2023
by
Le Dinh Trung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixbug banner
parent
8d626ab0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.vue
pages/banners/index.vue
+3
-3
No files found.
pages/banners/index.vue
View file @
12bee8cb
...
...
@@ -111,7 +111,7 @@
</
template
>
<v-card>
<v-card-title>
<span
class=
"text-h5"
>
Create
Category
</span>
<span
class=
"text-h5"
>
Create
Banner
</span>
</v-card-title>
<v-card-text>
<v-container>
...
...
@@ -336,7 +336,7 @@ export default {
}
})
.then((response) => {
self.$toast.success('
Category
updated successfully!', {
self.$toast.success('
Banner
updated successfully!', {
duration: 3000
})
this.editedItem = response.data.data
...
...
@@ -401,7 +401,7 @@ export default {
}
})
.then((response) => {
self.$toast.success('
Category
deleted successfully!', {
self.$toast.success('
Banner
deleted successfully!', {
duration: 3000
})
this.getBanners()
...
...
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