diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 8c043cbb6..66f15ccce 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,6 +1,6 @@ @@ -15,7 +15,6 @@ export default { url: String, }, data: () => ({ - defaultButtonText: this.$t("general.upload"), file: null, isSelecting: false, }), diff --git a/frontend/src/pages/AllRecipesPage.vue b/frontend/src/pages/AllRecipesPage.vue new file mode 100644 index 000000000..7df8c422a --- /dev/null +++ b/frontend/src/pages/AllRecipesPage.vue @@ -0,0 +1,43 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/pages/CategoryPage.vue b/frontend/src/pages/CategoryPage.vue new file mode 100644 index 000000000..89735233c --- /dev/null +++ b/frontend/src/pages/CategoryPage.vue @@ -0,0 +1,62 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/pages/HomePage.vue b/frontend/src/pages/HomePage.vue index 9a9589e7f..5d43d04cb 100644 --- a/frontend/src/pages/HomePage.vue +++ b/frontend/src/pages/HomePage.vue @@ -1,18 +1,20 @@