Skip to content

Commit 1b446c0

Browse files
committed
[skip ci] update readme
1 parent 4ce6bfe commit 1b446c0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ yarn lint
2222

2323
### Customize configuration
2424
See [Configuration Reference](https://cli.vuejs.org/config/).
25+
26+
27+
### DEMO GIF (Alpha stage)
28+
29+
![DEMO GIF](./docs/demo.gif)

docs/demo.gif

581 KB
Loading

src/App.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ export default {
105105
const dest = getFullNodePath(event.target)
106106
const origin = await pathJoin(this.rootDir.trim(), originPath.trim(), nodeFile.trim()).then(result => result)
107107
const target = this.rootDir + dest + DS + nodeFile
108-
console.log(origin, target)
109108
renameFile(origin, target)
110109
},
111110
dropBefore (event) {

0 commit comments

Comments
 (0)