2023-03-22 22:03:51 +08:00

11 lines
283 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 事件
## rendered
渲染完成事件可以在该事件中处理关闭loading操作等。
首次渲染完成及每次src变化之后渲染完成都会触发该事件。
## error
失败事件,各种失败都会触发该事件,包括网络请求失败,渲染失败等