fix: remove useless log
This commit is contained in:
parent
48d341bd43
commit
18163aa2ac
1 changed files with 0 additions and 1 deletions
|
@ -167,7 +167,6 @@ export default {
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
fetchData () {
|
fetchData () {
|
||||||
console.log('Fetch data')
|
|
||||||
this.$apitator.get('/admin/tags', { withAuth: true }).then(res => {
|
this.$apitator.get('/admin/tags', { withAuth: true }).then(res => {
|
||||||
this.tags = res.data.data
|
this.tags = res.data.data
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue