nebula/plugins/extend.js
2020-08-01 00:39:29 +08:00

6 lines
168 B
JavaScript

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