|
@@ -141,6 +141,7 @@ export var Map = function (_Component) {
|
|
|
|
|
|
var _props3 = this.props,
|
|
|
AMap = _props3.AMap,
|
|
|
+ refer = _props3.refer,
|
|
|
options = _props3.options,
|
|
|
events = _props3.events,
|
|
|
match = _props3.match,
|
|
@@ -148,7 +149,7 @@ export var Map = function (_Component) {
|
|
|
history = _props3.history,
|
|
|
children = _props3.children,
|
|
|
staticContext = _props3.staticContext,
|
|
|
- rest = _objectWithoutProperties(_props3, ['AMap', 'options', 'events', 'match', 'location', 'history', 'children', 'staticContext']);
|
|
|
+ rest = _objectWithoutProperties(_props3, ['AMap', 'refer', 'options', 'events', 'match', 'location', 'history', 'children', 'staticContext']);
|
|
|
|
|
|
return React.createElement(
|
|
|
'div',
|