mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 13:19:16 -05:00
testing with imports
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user