8 lines
102 B
JavaScript
8 lines
102 B
JavaScript
|
import postMixin from '@theme/mixins/posts'
|
||
|
|
||
|
export default ({
|
||
|
Vue
|
||
|
}) => {
|
||
|
Vue.mixin(postMixin)
|
||
|
}
|