mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
cleanup on testpage
This commit is contained in:
@@ -12,21 +12,13 @@
|
||||
<v-text-field :label="$t('Name')" :max-length="128" counter></v-text-field>
|
||||
<v-number-input :label="$t('Servings')" :precision="2"></v-number-input>
|
||||
<v-text-field :label="$t('ServingsText')" :max-length="32" counter></v-text-field>
|
||||
<v-textarea :label="$t('Description')" :rules="[rules.maxLength(512)]" counter clearable></v-textarea>
|
||||
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
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";
|
||||
import {useRules} from 'vuetify/labs/rules'
|
||||
|
||||
const rules = useRules()
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user