vuepress-theme-reco/enhanceApp.js
2020-03-23 18:58:44 +08:00

10 lines
172 B
JavaScript

import postMixin from '@theme/mixins/posts'
import localMixin from '@theme/mixins/locals'
export default ({
Vue
}) => {
Vue.mixin(postMixin)
Vue.mixin(localMixin)
}