adding support for markdown in pages
This commit is contained in:
@@ -26,4 +26,6 @@ export default function (Vue, {router, head, isClient}) {
|
||||
defaultPlacement: 'top-end',
|
||||
defaultClass: 'bg-black text-xs px-2 leading-normal py-1 rounded absolute text-gray-400 max-w-xs mb-1'
|
||||
})
|
||||
var VueMarkdown = require('vue-markdown');
|
||||
Vue.use(VueMarkdown);
|
||||
}
|
||||
Reference in New Issue
Block a user