mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-07 23:28:16 -05:00
markdown editor
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
|
||||
|
||||
<v-main>
|
||||
<v-container class="pa-0 ma-0 mb-2">
|
||||
<router-view></router-view>
|
||||
</v-container>
|
||||
|
||||
<router-view></router-view>
|
||||
|
||||
</v-main>
|
||||
|
||||
<v-bottom-navigation grow>
|
||||
|
||||
@@ -4,7 +4,7 @@ import {createPinia} from 'pinia'
|
||||
// @ts-ignore
|
||||
import App from './Tandoor.vue'
|
||||
|
||||
|
||||
import mavonEditor from 'mavon-editor'
|
||||
import 'vite/modulepreload-polyfill';
|
||||
import vuetify from "@/vuetify";
|
||||
import ShoppingListPage from "@/pages/ShoppingListPage.vue";
|
||||
@@ -36,5 +36,6 @@ app.use(createPinia())
|
||||
app.use(vuetify)
|
||||
app.use(router)
|
||||
app.use(luxonPlugin)
|
||||
app.use(mavonEditor) // TODO only use on pages that need it
|
||||
|
||||
app.mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user