Skip to content

Commit

Permalink
fix(compiler): import prism-markup-templating, fixed #672 (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Nov 1, 2018
1 parent fcd1087 commit fdd8826
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/render/compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '') {
Expand Down

0 comments on commit fdd8826

Please sign in to comment.