vue 如何实现延迟加载?

'setTimeout()'  即可实现。

但是要注意不能使用 this.setTimeout 会出现 'setTimeout is not a funtion' 的问题。