add latest

This commit is contained in:
2022-09-30 13:44:43 +01:00
parent ed6b122eb8
commit 7a5a5e0e9d
9 changed files with 91 additions and 18 deletions

View File

@@ -5,7 +5,7 @@
<script setup lang="ts">
import { ref, watchEffect } from 'vue';
import mermaid from 'mermaid';
import { mermaid } from 'boot/mermaid';
// DOM Refs
const diagram = ref<HTMLInputElement | null>(null);