diff --git a/src/components/Home.vue b/src/components/Home.vue index 5a240ef..0734697 100644 --- a/src/components/Home.vue +++ b/src/components/Home.vue @@ -1,9 +1,8 @@ @@ -18,8 +17,6 @@ export default { data(){ return { homepageLists: storage.homepageLists, - - listTypes: storage.listTypes, imageFile: 'dist/pulp-fiction.jpg' } },