This commit is contained in:
cookfront
2017-04-10 11:08:52 +08:00
parent eccbd2269c
commit 88f5325889
2 changed files with 12 additions and 3 deletions

View File

@@ -4,10 +4,10 @@ import App from './ExamplesDocsApp';
import navConfig from './nav.config.js';
import routes from './router.config';
import ZanUI from 'src/index.js';
import packagesJson from 'zanui/package.json';
import packageJson from '../../package.json';
const global = {
version: packagesJson.version
version: packageJson.version
};
window._global = global;