Skip to content

Commit

Permalink
fix: Compile issue cause crash the client
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed May 6, 2023
1 parent 55c10f2 commit 234521c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion xmcl-keystone-ui/src/composables/markdown.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import MarkdownIt from 'markdown-it'
// @ts-ignore
import * as attr from 'markdown-it-link-attributes'
import attr from 'markdown-it-link-attributes'

export function useMarkdown() {
const md = new MarkdownIt({
Expand Down
1 change: 0 additions & 1 deletion xmcl-keystone-ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { VitePWA } from 'vite-plugin-pwa'
import WindiCSS from 'vite-plugin-windicss'
import AutoImport from 'unplugin-auto-import/vite'
import VueI18n from '@intlify/unplugin-vue-i18n/vite'
import { fileURLToPath } from 'url'

const entries = readdirSync(join(__dirname, './src'))
.filter((f) => f.endsWith('.html'))
Expand Down

0 comments on commit 234521c

Please sign in to comment.