Preliminary recipe page

Vuetify go brr
This commit is contained in:
Karthik Vempati
2022-07-17 17:13:30 +02:00
parent 820601037e
commit 2b8eab1f16
10 changed files with 656 additions and 13 deletions

View File

@@ -2,10 +2,12 @@
import ItemModel from "@/components/ItemModel";
import LoginPage from "@/components/LoginPage";
import Custom404Page from "@/components/Custom404Page";
import RecipePage from "@/components/RecipeModel";
const routes = {
'/': ItemModel,
'/login': LoginPage
'/login': LoginPage,
'/recipes' : RecipePage
}
export default {