disable templating for now

This commit is contained in:
vabene1111
2024-12-23 15:18:55 +01:00
parent 5a8b4fb4ce
commit 8a4e32f05e

View File

@@ -1,5 +1,6 @@
<template> <template>
<component :is="compiled_instructions" :ingredient_factor="ingredient_factor" :instructions_html="instructions_html"></component> <!-- <component :is="compiled_instructions" :ingredient_factor="ingredient_factor" :instructions_html="instructions_html"></component>-->
<div v-html="instructions_html"></div>
</template> </template>
<script> <script>