8994c5bb59
1. Project optimization 2. Add module loading animation component
10 lines
165 B
JavaScript
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)
|
|
}
|