# 挂载文档超时
## 示例
```js
myComponent.event.onMountTimeout(function() {
  // ...
});
```