mirror of
https://gitee.com/antv/g6.git
synced 2024-12-03 04:08:32 +08:00
fix: export plugins and they can be called by G6.Minimap and so on.
This commit is contained in:
parent
4312e556e0
commit
00c7a770cb
@ -6,6 +6,7 @@ import Shape from './shape';
|
||||
import Layout from './layout';
|
||||
import Global from './global';
|
||||
import Util from './util';
|
||||
import Plugins from './plugins';
|
||||
|
||||
export default {
|
||||
version,
|
||||
@ -17,5 +18,9 @@ export default {
|
||||
registerBehavior: Behaviors.registerBehavior,
|
||||
registerLayout: Layout.registerLayout,
|
||||
Layout,
|
||||
Global
|
||||
Global,
|
||||
Minimap: Plugins.Minimap,
|
||||
Grid: Plugins.Grid,
|
||||
EdgeBundling: Plugins.Bundling,
|
||||
Menu: Plugins.Menu
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user