mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
prepared test view
This commit is contained in:
@@ -1,17 +1,12 @@
|
||||
<template>
|
||||
<v-container>
|
||||
<v-row>
|
||||
<v-col>
|
||||
<p>Test P1</p>
|
||||
<p>Test 2P</p>
|
||||
<ol>
|
||||
<li>Test 1</li>
|
||||
<li>Test 2</li>
|
||||
<li>Test 3</li>
|
||||
</ol>
|
||||
<p>Text Bla Bla3</p>
|
||||
</v-col>
|
||||
</v-row>
|
||||
Form
|
||||
<v-form>
|
||||
<ModelSelect model="Food"></ModelSelect>
|
||||
</v-form>
|
||||
|
||||
Non Form
|
||||
<ModelSelect model="Food"></ModelSelect>
|
||||
|
||||
|
||||
</v-container>
|
||||
@@ -23,6 +18,7 @@ import {computed, ref, toRaw, watch,} from "vue";
|
||||
import {VDateInput} from 'vuetify/labs/VDateInput'
|
||||
import {useRouteQuery} from "@vueuse/router";
|
||||
import {DateTime} from "luxon";
|
||||
import ModelSelect from "@/components/inputs/ModelSelect.vue";
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user