mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-08 07:38:26 -05:00
more basics
This commit is contained in:
16
vue3/src/pages/RecipeSearchPage.vue
Normal file
16
vue3/src/pages/RecipeSearchPage.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<h2>Search</h2>
|
||||
<v-input placeholde="Search"></v-input>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import {defineComponent} from 'vue'
|
||||
|
||||
export default defineComponent({
|
||||
name: "RecipeSearchPage"
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user