fix(compiler): import prism-markup-templating, fixed #672 (#676)

This commit is contained in:
cinwell.li
2018-11-01 13:45:42 +08:00
committed by GitHub
parent fcd1087c16
commit fdd8826b3b

View File

@@ -7,6 +7,9 @@ import {emojify} from './emojify'
import {isAbsolutePath, getPath, getParentPath} from '../router/util'
import {isFn, merge, cached, isPrimitive} from '../util/core'
// See https://github.com/PrismJS/prism/pull/1367
import 'prismjs/components/prism-markup-templating'
const cachedLinks = {}
export function getAndRemoveConfig(str = '') {