change name

This commit is contained in:
xsl
2026-03-11 18:28:46 +08:00
parent fa6e707601
commit c944442b1a
+2 -2
View File
@@ -15,8 +15,8 @@
<button @click="_addFrameCallback">设置监听</button>
<button @click="_startFrame">开启监听</button>
<button @click="_stopFrame">关闭监听</button>
<xf-camera style="height:750rpx; background-color: red;" @error="onError" :flash="flash"
:position="device"></xf-camera>
<my-camera style="height:750rpx; background-color: red;" @error="onError" :flash="flash"
:position="device"></my-camera>
<image v-if="imagePath" mode="aspectFit" :src="imagePath"></image>
</view>
<!-- #ifdef APP -->