Commit dcae35ac by cwx

高德地图插件

parent 621bbde4
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -2938,5 +2938,8 @@ export default {
confirm_title: '强行登录会导致其他客户端掉线',
confirm: '是否强行登录?',
forced_offline: '`当前账号在客户端【${ip}】登录,您已被挤下线!`'
},
map: {
layer: '区块地图'
}
}
This source diff could not be displayed because it is too large. You can view the blob instead.
<template>
<div>{{ mapData }}</div>
</template>
<script>
export default {
props: {
mapData: {
type: Object,
required: true
}
},
data() {
return {}
},
watch: {
mapData: {
handler(newVal, oldVal) {
console.log(newVal, oldVal)
},
deep: true
}
},
destroyed() {
console.log(66666)
}
}
</script>
<style></style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论