截图功能实现 安装依赖 npm install @amap/screenshot // 截图功能官方文档 https://github.com/AMap-Web/amap-screenshot import { Screenshot } from '@amap/screenshot' // 高德地
子组件使用 import { reactive,onMounted,defineProps } from 'vue' // 正确声明props const props = defineProps({ // 可以直接在Template 中使用这个属性 data: { type: Obje