vuepress-theme-reco/enhanceApp.js
reco_luan 8994c5bb59 feat: Add component & optimization
1. Project optimization
2. Add module loading animation component
2019-12-05 14:59:03 +08:00

10 lines
165 B
JavaScript

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