mirror of
https://github.com/BluemediaDev/video-platform.git
synced 2025-05-11 17:51:35 +02:00
Update stuff
This commit is contained in:
parent
c032b2d294
commit
e62efcad6e
6 changed files with 20 additions and 3 deletions
|
@ -34,7 +34,7 @@ export default {
|
|||
methods: {
|
||||
getCategories() {
|
||||
axios
|
||||
.get("/index.json")
|
||||
.get("/index.json", { baseURL: "" })
|
||||
.then((response) => {
|
||||
this.categories = response.data;
|
||||
this.loading = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue