Commit a145ed1b authored by liaozan's avatar liaozan 🏀

feat: fileContent preview with highlight+4

parent 8929afd9
......@@ -4,12 +4,12 @@ import Antd from 'ant-design-vue'
import './index.css'
import 'ant-design-vue/dist/antd.css';
import 'highlight.js/styles/stackoverflow-light.css'
import hljs from 'highlight.js/lib/common';
import highlight from 'highlight.js/lib/common';
import highlightVuePlugin from '@highlightjs/vue-plugin'
hljs.configure({})
highlight.configure({})
const app = createApp(App)
app.use(highlightVuePlugin)
app.use(Antd)
app.mount('#app')
app.mount('#app')
\ No newline at end of file
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