fix: fix prism auto initialization

This commit is contained in:
Justineo
2022-02-23 22:07:26 +08:00
parent ec151a405a
commit 74da37a7a6
2 changed files with 6 additions and 1 deletions

4
plugins/prism.js Normal file
View File

@@ -0,0 +1,4 @@
export default () => {
window.Prism = window.Prism || {}
window.Prism.manual = true
}