Skip to content

Commit fdd8826

Browse files
authored
fix(compiler): import prism-markup-templating, fixed #672 (#676)
1 parent fcd1087 commit fdd8826

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/core/render/compiler.js

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ import {emojify} from './emojify'
77
import {isAbsolutePath, getPath, getParentPath} from '../router/util'
88
import {isFn, merge, cached, isPrimitive} from '../util/core'
99

10+
// See https://github.com/PrismJS/prism/pull/1367
11+
import 'prismjs/components/prism-markup-templating'
12+
1013
const cachedLinks = {}
1114

1215
export function getAndRemoveConfig(str = '') {

0 commit comments

Comments
 (0)