We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(请在括号中输入"x"来选择)
当使用异步方式获取data的时候
<mip-data src="https://www.example.org/data"></mip-data>
如果前面不加入固定数据的 mip-data ,只使用异步方式时,会发生报错,报错信息如下:
当然,我加上固定数据的 mip-data 后,报错就没了,哪怕数据是空的:
<mip-data> <script type="application/json">{}</script> </mip-data>
不管是单独使用固定数据方式,还是单独使用异步方式,都可以。 建议对m做个初始化,应该就能解决问题。
The text was updated successfully, but these errors were encountered:
我们需要进一步申明清楚初始化的数据结构和用法。
Sorry, something went wrong.
能不能修一下,加了也没吊用
VenyXiong
No branches or pull requests
问题分类
(请在括号中输入"x"来选择)
问题描述
当使用异步方式获取data的时候
如果前面不加入固定数据的 mip-data ,只使用异步方式时,会发生报错,报错信息如下:
当然,我加上固定数据的 mip-data 后,报错就没了,哪怕数据是空的:
您的建议方案
不管是单独使用固定数据方式,还是单独使用异步方式,都可以。
建议对m做个初始化,应该就能解决问题。
The text was updated successfully, but these errors were encountered: