4a587445d5
do not set data in function Vue.mixin()
8 lines
102 B
JavaScript
8 lines
102 B
JavaScript
import postMixin from '@theme/mixins/posts'
|
|
|
|
export default ({
|
|
Vue
|
|
}) => {
|
|
Vue.mixin(postMixin)
|
|
}
|