如题,想问一下老师, 为啥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
}