vue使用bootstrap的modal功能出现Cannot read property 'getBoundingClientRect' of null

发现是这个地方写错了

Vue.use(VueWaypoint)
new Vue({
    el: 'body',
    router,
    render: h => h(Mobile)
})

这个el应该写#app,不能随便乱写。。操

你可能感兴趣的:(vue,bootstrap)