mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-22 06:15:45 +00:00
initial commit
This commit is contained in:
8
src/boot/mermaid.ts
Normal file
8
src/boot/mermaid.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { boot } from 'quasar/wrappers';
|
||||
import mermaid from 'mermaid';
|
||||
|
||||
// "async" is optional;
|
||||
// more info on params: https://v2.quasar.dev/quasar-cli/boot-files
|
||||
export default boot(async (/* { app, router, ... } */) => {
|
||||
mermaid.initialize({ startOnLoad: true });
|
||||
});
|
||||
Reference in New Issue
Block a user