摘要: 一,js代码: <template> <div style="background: #ffffff;" id="root" > <div><button @click="restore">还原</button><button @click="flipx">水平镜像</button> <button 阅读全文
posted @ 2022-09-07 17:40 刘宏缔的架构森林 阅读(1137) 评论(0) 推荐(0)
摘要: vue.js3: 裁剪图片的一部分并保存(vue@3.2.37) 一,js代码: <template> <div> <div style="width: 800px;margin: auto;"> <div id="wrapper" style="display:none;position: relative;overflow: hidden;" > <img i 阅读全文
posted @ 2022-09-07 14:30 刘宏缔的架构森林 阅读(567) 评论(0) 推荐(0)