2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-14 18:42:31 +03:00

remove console.log

This commit is contained in:
陈峰
2019-03-25 17:20:57 +08:00
parent 8a9721d3f0
commit 5c788d0ac0
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -101,7 +101,6 @@ export default {
methods: {
onResized () {
this.$nextTick(() => {
console.log(this.$refs.jsonBox.$el.clientHeight)
if (this.$refs.jsonBox.$el.clientHeight >= 250) {
this.expandableCode = true
} else {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-json-viewer",
"version": "2.1.1",
"version": "2.1.2",
"description": "vuejs展示json的组件",
"main": "dist/vue-json-viewer.js",
"files": [