1. 设置默认值
data() { return { userName: "用户" }; } methods: { //获取用户信息 getUserInfo(){ //修改userName的值 } }
2. 图片懒加载
3. 骨架屏占位