提交 c29edeaa 编写于 作者: B baiy 提交者: ninecents

fix #11

上级 be5d2eb4
.DS_Store .DS_Store
/node_modules /node_modules
/desktop/node_modules
/dist /dist
/public/manifest.json /public/manifest.json
/id_rsa.pem /id_rsa.pem
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
} else { } else {
let newDate = new Date(); let newDate = new Date();
newDate.setTime(this.current.input * 1000); newDate.setTime(this.current.input * 1000);
this.current.output = this.formatDate(newDate); this.current.output = formatDate(newDate);
} }
this.$clipboardCopy(this.current.output); this.$clipboardCopy(this.current.output);
this.$saveToolData(this.current); this.$saveToolData(this.current);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册