UNPKG

vuepress-plugin-comment

Version:
5 lines (4 loc) 104 B
import Comment from './Comment.vue' export default ({ Vue }) => { Vue.component('Comment', Comment) }