mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-22 06:15:45 +00:00
add latest
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, watchEffect } from 'vue';
|
||||
import { mermaid } from 'boot/mermaid';
|
||||
import { mermaid } from 'composables/mermaid';
|
||||
|
||||
// DOM Refs
|
||||
const diagram = ref<HTMLInputElement | null>(null);
|
||||
|
||||
Reference in New Issue
Block a user