Skip to content

Commit 2af2d84

Browse files
committed
update readme, update style
1 parent ca1a31c commit 2af2d84

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![npm package](https://img.shields.io/npm/v/vue-json-pretty.svg)](https://www.npmjs.org/package/vue-json-pretty)
55
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/leezng/vue-json-pretty/blob/master/LICENSE)
66

7-
A Vue.js 2.0 Toolkit for JSON.
7+
A Vue 2.x Toolkit for JSON.
88

99
## Links
1010

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![npm package](https://img.shields.io/npm/v/vue-json-pretty.svg)](https://www.npmjs.org/package/vue-json-pretty)
55
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/leezng/vue-json-pretty/blob/master/LICENSE)
66

7-
一个基于 Vue.js 2.0 开发的 JSON 美化插件
7+
一个基于 Vue 2.x 开发的 JSON 美化插件
88

99
- 基本功能: JSON 的美化
1010
- 附加功能: JSON 数据对应层级数据的点击获取

example/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export default {
120120
width: 100%;
121121
height: 100px;
122122
box-sizing: border-box;
123+
resize: vertical;
123124
font-family: inherit;
124125
}
125126
pre{

src/assets/less/tree.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.vjs__tree {
44
font-family: "Monaco", "Menlo", "Consolas", "Bitstream Vera Sans Mono";
55
font-size: 14px;
6-
line-height: 1.3;
76
.vjs__tree__content {
87
padding-left: @content-padding;
98
border-left: 1px dotted #ccc;

0 commit comments

Comments
 (0)