Vue基础——created和mounted的区别 区别 created 作用:页面渲染之前进行调用,通常在html生成之前进行数据初始化,数据在页面渲染之前生成。 mounted 作用:页面渲染之 ...