摘要: <template> <div> <img ref="image" width="1500px" :src="imageUrl" @click="handleClick"> <div v-if="showCoords">X: {{ x }}, Y: {{ y }}</div> </div> </te 阅读全文
posted @ 2023-03-21 15:47 鲤斌 阅读(836) 评论(0) 推荐(0)