bug
This commit is contained in:
@@ -107,7 +107,9 @@ export default {
|
||||
watch: {
|
||||
values: {
|
||||
immediate: true,
|
||||
deep: true, handler() {
|
||||
deep: true, handler(v) {
|
||||
|
||||
console.log(v)
|
||||
if (this.currentType == 'map') {
|
||||
// this.renderMap()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user