We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e90926 commit 1a00840Copy full SHA for 1a00840
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "c-tool",
3
- "version": "1.8.2",
+ "version": "1.8.3",
4
"private": true,
5
"scripts": {
6
"serve": "vue-cli-service serve --port 8081",
src/views/tool/json.vue
@@ -23,12 +23,6 @@
23
created () {
24
this.current = Object.assign(this.current, this.$getToolData('content'))
25
},
26
- mounted(){
27
- setTimeout(()=>{
28
- this.editorHeight = (window.innerHeight - 220) + "px"
29
- console.log(this.editorHeight)
30
- },100)
31
- },
32
methods: {
33
handle (v) {
34
if (this.current.content) {
0 commit comments