Fix vue import error

pull/4213/head
Remco Haszing 2023-03-11 15:07:12 +01:00
parent b7d31adda4
commit fd013286f6
No known key found for this signature in database
GPG Key ID: 40D9F5FE9155FD3C
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import DefaultTheme from 'vitepress/theme';
import './custom.css';
// @ts-ignore
import Mermaid from './Mermaid.vue.js';
import Mermaid from './Mermaid.vue';
import { getRedirect } from './redirect.js';
export default {