pull/978/head
Yiğit FINDIKLI 2021-02-16 11:26:13 +03:00
parent 3c4204e735
commit 93931ab637
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ export default {
mounted() { mounted() {
this.menuService.getMenu().then(data => { this.menuService.getMenu().then(data => {
this.menu = data; this.menu = data;
this.filteredMenu = data;
}) })
}, },
methods: { methods: {