wip
This commit is contained in:
parent
cac7d30e0a
commit
458357dba5
|
|
@ -110,8 +110,8 @@
|
||||||
methods: {
|
methods: {
|
||||||
loadData() {
|
loadData() {
|
||||||
window.history.pushState('', '', this.url);
|
window.history.pushState('', '', this.url);
|
||||||
$http.get(`marketing?page=${this.page}`).then((res) => {
|
$http.get(this.url).then((res) => {
|
||||||
this.marketing = res.data.marketing;
|
this.plugins = res.data.plugins;
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue