Closed
Description
Dev works fine, but when i use vite build
, andvite preview
, it doesn't show any style, and no error output.
import 'highlight.js/styles/atom-one-light.css'
import 'highlight.js/lib/common'
import hljsVuePlugin from "@highlightjs/vue-plugin"
export default({
name: "code",
components:{
highlightjs: hljsVuePlugin.component
}
})
Metadata
Metadata
Assignees
Labels
No labels