mirror of
https://github.com/dataease/dataease.git
synced 2026-05-24 06:18:10 +08:00
Merge pull request #2166 from dataease/pr@dev@feat_marker_map
feat: dataease适配符号地图插件
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user