Skip to content
目录

TakingPictures 返回顶部

拍照组件

何时使用

  • 需要拍照的时候

代码演示

tsx
<script setup>
import { TakingPictures } from '@xiaomh/vue3-alan-vite-component';
</script>

<template>
  {/* 默认 */}
 <TakingPictures></TakingPictures>
</template>

<style></style>

<script setup>
import { TakingPictures } from '@xiaomh/vue3-alan-vite-component';
</script>

<template>
  {/* 默认 */}
 <TakingPictures></TakingPictures>
</template>

<style></style>

1
2
3
4
5
6
7
8
9
10
11

API

属性说明

属性说明类型默认值版本
autoGetCompetence是否进入页面自动调用摄像头booleanfalse1.0.27

Welcome to the site