6 lines
168 B
JavaScript
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)
|