mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 07:25:59 +00:00
chore: lint source code via prettier
This commit is contained in:
parent
cef4db06a3
commit
6abda60061
@ -1,18 +1,18 @@
|
||||
<template>
|
||||
<div class="mermaid">
|
||||
<slot></slot>
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
<script>
|
||||
export default {
|
||||
mounted() {
|
||||
import("mermaid/dist/mermaid").then(m => {
|
||||
m.initialize({
|
||||
startOnLoad: true
|
||||
});
|
||||
m.init();
|
||||
});
|
||||
}
|
||||
};
|
||||
</script>
|
||||
import('mermaid/dist/mermaid').then(m => {
|
||||
m.initialize({
|
||||
startOnLoad: true,
|
||||
})
|
||||
m.init()
|
||||
})
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user