diff --git a/src/App.vue b/src/App.vue index 9447951..b504fb7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,7 +9,7 @@ - + diff --git a/src/components/Film.vue b/src/components/Film.vue index b81fc9c..6ad6f2a 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -483,7 +483,6 @@ export default { } }, created () { - this.getAllsites() this.getAllSearch() } }