Skip to content

Commit 1a00840

Browse files
committed
update
1 parent 2e90926 commit 1a00840

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "c-tool",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve --port 8081",

src/views/tool/json.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
created () {
2424
this.current = Object.assign(this.current, this.$getToolData('content'))
2525
},
26-
mounted(){
27-
setTimeout(()=>{
28-
this.editorHeight = (window.innerHeight - 220) + "px"
29-
console.log(this.editorHeight)
30-
},100)
31-
},
3226
methods: {
3327
handle (v) {
3428
if (this.current.content) {

0 commit comments

Comments
 (0)