nebula/plugins/extend.js
2020-07-31 16:17:12 +08:00

4 lines
95 B
JavaScript

import Vue from 'vue'
import CommentBox from '~/components/common/comment'
Vue.use(CommentBox)