Skip to content

Commit 88f8c63

Browse files
committed
fix(compiler): import prism-markup-templating, fixed #672
1 parent 91d5e18 commit 88f8c63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: 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)