如题所示
相关源码:
created(){ this.getWebSiteInfo() this.getSocial() },
Vue进阶(三十六):created() 详解
vue中created、mounted等方法整理
Vue生命周期中mounted和created的区别
vue 生命周期 created到beforeMount详解
这个场景就是在created钩子函数里设置获取社交图标和网站图标的方法,然后在调用Ajax进行页面初始化数据的获取。