模態框中引入地圖不顯示

1.首先要定義寬高vue

2.點擊彈框顯示事件中,地圖加載延時。this

例:事件

function addMap(){io

  //地圖加載方法function

}方法

function showModal(){im

  setTimeout(function(){地圖

  addMap();next

},1000)

}

 

vue 中

this.$nextTick(function () {  addMap(); })

相關文章
相關標籤/搜索