Merge pull request #380 from antvis/use-antd-less

style: import antd less
This commit is contained in:
@thinkinggis 2020-05-20 11:24:25 +08:00 committed by GitHub
commit 0f182de4ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
require('./site/css/demo.css');
require('./packages/component/src/css/l7.css');
require('antd/dist/antd.less');
window.geotiff = require('geotiff');
window.g2 = require('@antv/g2');
window.l7 = require('@antv/l7');