Skip to content

Commit

Permalink
feat(core): export Vue and config in wx
Browse files Browse the repository at this point in the history
  • Loading branch information
allen-zh committed Aug 8, 2019
1 parent 7a99e6b commit 87662a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/mars-core/src/wx/index.js
Expand Up @@ -5,4 +5,6 @@

export {default as createApp} from './createApp';
export {default as createPage} from './createPage';
export {default as createComponent, vueCompCreator} from './createComponent';
export {default as createComponent, vueCompCreator} from './createComponent';
export {default as Vue} from '../base/vue/index';
export {default as config} from '../config';

0 comments on commit 87662a3

Please sign in to comment.