This commit is contained in:
yanran200730
2023-03-15 16:10:33 +08:00
parent 529e0ddccf
commit fe682e7a2b
3 changed files with 7 additions and 11 deletions

View File

@@ -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()
}