nebula/plugins/extend.js

4 lines
95 B
JavaScript
Raw Normal View History

2020-07-31 16:17:12 +08:00
import Vue from 'vue'
import CommentBox from '~/components/common/comment'
Vue.use(CommentBox)