Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
baiy committed Oct 27, 2021
1 parent 2e90926 commit 1a00840
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c-tool",
"version": "1.8.2",
"version": "1.8.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 8081",
Expand Down
6 changes: 0 additions & 6 deletions src/views/tool/json.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
created () {
this.current = Object.assign(this.current, this.$getToolData('content'))
},
mounted(){
setTimeout(()=>{
this.editorHeight = (window.innerHeight - 220) + "px"
console.log(this.editorHeight)
},100)
},
methods: {
handle (v) {
if (this.current.content) {
Expand Down

0 comments on commit 1a00840

Please sign in to comment.