mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-21 00:46:37 +08:00
框架重构
清除多余的业务
This commit is contained in:
8
WebFirst/wwwroot/vendors/bootstrap/site/_includes/callout-danger-async-methods.md
vendored
Normal file
8
WebFirst/wwwroot/vendors/bootstrap/site/_includes/callout-danger-async-methods.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{% capture callout %}
|
||||
#### Asynchronous methods and transitions
|
||||
|
||||
All API methods are **asynchronous** and start a **transition**. They return to the caller as soon as the transition is started but **before it ends**. In addition, a method call on a **transitioning component will be ignored**.
|
||||
|
||||
[See our JavaScript documentation for more information]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/).
|
||||
{% endcapture %}
|
||||
{% include callout.html content=callout type="danger" %}
|
||||
Reference in New Issue
Block a user