Commit 8929afd9 authored by cenlijie's avatar cenlijie

feat: hljs import

parent cdf5ba6c
......@@ -7,6 +7,8 @@ import 'highlight.js/styles/stackoverflow-light.css'
import hljs from 'highlight.js/lib/common';
import highlightVuePlugin from '@highlightjs/vue-plugin'
hljs.configure({})
const app = createApp(App)
app.use(highlightVuePlugin)
app.use(Antd)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment