vue中created和mounted的区别 vue的created和mounted的区别

主机教程 建站分享 2年前 (2022-10-18) 210次浏览

文章摘要:vue中created和mounted的区别 vue的created和mounted的区别

vue中created和mounted的区别: 1.created是在模板渲染成html前调用,而mounte […]

vue中created和mounted的区别:

1.created是在模板渲染成html前调用,而mounted则是在渲染之后调用。

2.created指的是初始化某些属性值,而mounted是指初始化页面完成后。

3.created在初始化某些属性值,然后再渲染成视图,而mounted是初始化页面完成后,再对html的dom节点进行操作。


声明:
若非注明,本站文章源于互联网收集整理和网友分享发布,如有侵权,请联系站长处理。
文章名称:vue中created和mounted的区别 vue的created和mounted的区别
文章链接:http://www.7966.org/post/13413.html
转载请注明出处

喜欢 (0)