diff --git a/initializer-ui/src/main.ts b/initializer-ui/src/main.ts index f60c4b1e019f6371a139a2a2a12e320cc2deb057..473a45ace0fdf69e08ed732b5c30bf754490df45 100644 --- a/initializer-ui/src/main.ts +++ b/initializer-ui/src/main.ts @@ -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)