- {renderStory({}, context)}
-
-);
-
export default {
title: '组件(Components)/基础组件(Basic)/AMapMap',
component: AMapMap,
- decorators: [withAPIContainer],
+ decorators: [
+ withAMapContainer,
+ withAPIContainer,
+ ],
args: {
center: undefined,
cityName: undefined,
@@ -46,7 +44,6 @@ export default {
},
},
},
- excludeStories: ['withAMapContainer'],
} as Meta;
const Template: Story