Chen Minglong
Results
2
comments of
Chen Minglong
trafficstars
First you should install prism `npm` ```bash npm install prismjs --save ``` Extend `VueMarkdown` component, when the source is changed, use `Prism` to hightligh ```js // Import prism components whatever...
use the last version instead ``` npm install --save [email protected] ``` After update to 1.0.0, lots of weird problem occurred. I've never mind some library do some `prototype pollution`. But...