playing with validation

This commit is contained in:
vabene1111
2025-04-26 23:35:12 +02:00
parent 75c03706cb
commit 11678431e1
2 changed files with 10 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ import App from './Tandoor.vue'
import mavonEditor from 'mavon-editor'
import 'vite/modulepreload-polyfill';
import vuetify from "@/vuetify";
import { createRulesPlugin } from 'vuetify/labs/rules'
import {setupI18n} from "@/i18n";
import MealPlanPage from "@/pages/MealPlanPage.vue";
@@ -58,6 +59,7 @@ const app = createApp(App)
app.use(createPinia())
app.use(vuetify)
app.use(createRulesPlugin({ /* options */ }, vuetify.locale))
app.use(router)
app.use(i18n)
app.use(mavonEditor) // TODO only use on pages that need it