Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
陈峰 committed Mar 25, 2019
1 parent 8a9721d commit 5c788d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/json-viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 5c788d0

Please sign in to comment.