Merge pull request #2166 from dataease/pr@dev@feat_marker_map

feat: dataease适配符号地图插件
This commit is contained in:
fit2cloud-chenyw
2022-04-25 13:01:37 +08:00
committed by GitHub
7 changed files with 22 additions and 2 deletions

View File

@@ -5,6 +5,8 @@
:ref="refId"
:url="url"
:obj="obj"
v-bind="$attrs"
v-on="$listeners"
@execute-axios="executeAxios"
@on-add-languanges="addLanguages"
@plugin-call-back="pluginCallBack"
@@ -26,6 +28,7 @@ export default {
components: {
AsyncComponent
},
inheritAttrs: true,
props: {
componentName: {
type: String,