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:
@@ -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
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user