即使我在 deveco studio 2.1 中编写如下所示的 index.hml 文件,预览器中也不会显示 QRCODE。请告诉我该怎么办。API 版本为 5。
索引.hml
<div class="container">
<text class="title">
{{ $t('strings.hello') }} {{ title }}
</text>
<!--<button class="first" type="capsule" value="capsule button">
</button>
-->
<qrcode value="https://www.yahoo.co.jp/" type="rect"
style="color: #000000;background-color: #ffffff;width: 300px;height: 300px;margin-bottom: 70px;"></qrcode>
</div>