nebula/plugins/extend.js

6 lines
168 B
JavaScript
Raw Normal View History

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