We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd1087 commit fdd8826Copy full SHA for fdd8826
src/core/render/compiler.js
@@ -7,6 +7,9 @@ import {emojify} from './emojify'
7
import {isAbsolutePath, getPath, getParentPath} from '../router/util'
8
import {isFn, merge, cached, isPrimitive} from '../util/core'
9
10
+// See https://github.com/PrismJS/prism/pull/1367
11
+import 'prismjs/components/prism-markup-templating'
12
+
13
const cachedLinks = {}
14
15
export function getAndRemoveConfig(str = '') {
0 commit comments