Showing
1 changed file
with
8 additions
and
1 deletions
| 1 | +/* | ||
| 2 | + * @Date: 2023-10-27 09:29:59 | ||
| 3 | + * @LastEditors: hookehuyr hookehuyr@gmail.com | ||
| 4 | + * @LastEditTime: 2024-07-13 17:43:15 | ||
| 5 | + * @FilePath: /vue-flow-editor/src/image/index.js | ||
| 6 | + * @Description: 文件描述 | ||
| 7 | + */ | ||
| 1 | import actualSize from './toolbar/actual-size.png' | 8 | import actualSize from './toolbar/actual-size.png' |
| 2 | import copy from './toolbar/copy.png' | 9 | import copy from './toolbar/copy.png' |
| 3 | import deletePng from './toolbar/delete.png' | 10 | import deletePng from './toolbar/delete.png' |
| ... | @@ -8,7 +15,7 @@ import redo from './toolbar/redo.png' | ... | @@ -8,7 +15,7 @@ import redo from './toolbar/redo.png' |
| 8 | import undo from './toolbar/undo.png' | 15 | import undo from './toolbar/undo.png' |
| 9 | import save from './toolbar/save.png' | 16 | import save from './toolbar/save.png' |
| 10 | import zoomIn from './toolbar/zoomin.png' | 17 | import zoomIn from './toolbar/zoomin.png' |
| 11 | -import zoomOut from './toolbar/zoomin.png' | 18 | +import zoomOut from './toolbar/zoom-out.png' |
| 12 | import image from './toolbar/image.png' | 19 | import image from './toolbar/image.png' |
| 13 | 20 | ||
| 14 | export const TOOLBAR_IMAGE = { | 21 | export const TOOLBAR_IMAGE = { | ... | ... |
-
Please register or login to post a comment