想问一下,为什么不能挂载到body上呢?
来源:2-3 Vue 实例挂载的实现

沧海的雨季
2021-12-18
如题,想问一下老师, 为啥mount不挂载到body上,有什么具体的原因吗?
if (el === document.body || el === document.documentElement) {
process.env.NODE_ENV !== 'production' && warn(
`Do not mount Vue to <html> or <body> - mount to normal elements instead.`
)
return this
}
写回答
1回答
-
ustbhuangyi
2021-12-18
mount 挂载到哪里不是使用方决定的吗?
052022-05-14
相似问题