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