upload-photo photograph vue 组件 h5调用摄像头拍照或从相册中选择图片 需要安装依赖 npm install exif-js --save demo <template> <photograph v-model="headImage" @upload="upload"></photograph> </template> Project setup yarn install Compiles and hot-reloads for development yarn run serve Compiles and minifies for production yarn run build Run your tests yarn run test Lints and fixes files yarn run lint Customize configuration See Configuration Reference.