Skip to content

Commit 7d9cf4c

Browse files
committed
add new update log
1 parent 9d7c78c commit 7d9cf4c

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

UPDATE.log

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### TODO List
2+
3+
Fixed 旋转的 bug
4+
5+
旋转的定位
6+
7+
读取头部 exif
8+
9+
获取正确的定位

dist/resize-bar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="g-resize-bar">
33
<div class="g-resize-highlight" :style="{width: left + '%',}"></div>
4-
<button class="circle-btn" @touchstart.self="drag" @mousedown.self="drag" :style="{left: left + '%',}"></button>
4+
<button type="button" class="circle-btn" @touchstart.self="drag" @mousedown.self="drag" :style="{left: left + '%',}"></button>
55
</div>
66
</template>
77

index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-core-image-upload",
3-
"version": "2.3.1",
3+
"version": "2.3.3",
44
"description": "a vue plgin for image upload and crop",
55
"main": "dist/vue-core-image-upload.vue",
66
"dependencies": {

src/resize-bar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="g-resize-bar">
33
<div class="g-resize-highlight" :style="{width: left + '%',}"></div>
4-
<button class="circle-btn" @touchstart.self="drag" @mousedown.self="drag" :style="{left: left + '%',}"></button>
4+
<button type="button" class="circle-btn" @touchstart.self="drag" @mousedown.self="drag" :style="{left: left + '%',}"></button>
55
</div>
66
</template>
77

0 commit comments

Comments
 (0)