testing with imports

This commit is contained in:
vabene1111
2025-04-27 17:59:00 +02:00
parent 0cebc33e27
commit ac440aa8b1
2 changed files with 1 additions and 2 deletions

View File

@@ -32,10 +32,8 @@
<script setup lang="ts">
import {Ingredient, Step} from "@/openapi";
import 'mavon-editor/dist/css/index.css'
import IngredientString from "@/components/display/IngredientString.vue";
import {computed, nextTick, useTemplateRef} from "vue";
import editor from "mavon-editor";
const step = defineModel<Step>({required: true})
const markdownEditor = useTemplateRef('markdownEditor')