From 8929afd91bf75a9808bbc79a9ffac3e661eac300 Mon Sep 17 00:00:00 2001 From: cenlj Date: Tue, 12 Apr 2022 10:19:46 +0800 Subject: [PATCH] feat: hljs import --- initializer-ui/src/main.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/initializer-ui/src/main.ts b/initializer-ui/src/main.ts index f60c4b1..473a45a 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) -- GitLab