Skip to content

组件用法

注意

组件只能在nvue页面中使用,不支持vue页面

组件使用

在需要使用插件的页面加载以下代码

vue
<leven-uts-arc-face5 ref="refLevenArcFacePro" style="flex:1; height: 500px;" :config="config" @onError="onError"
  @onCameraOpened="onCameraOpened" @onCameraClosed="onCameraClosed" @onCameraConfigurationChanged="onCameraConfigurationChanged"
  @onInitResult="onInitResult" @onFaceResult="onFaceResult">
</leven-uts-arc-face5>

组件中具体的方法、属性以及事件请参考各自文档