2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-08 17:22:32 +03:00

chore: 2.2.14

This commit is contained in:
风棋
2020-07-27 11:16:13 +08:00
parent 4b111790a2
commit 0fe1ca5dc2
4 changed files with 11 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
## 2.2.14 2020-07-27
- Allow add specific style for float and integer numbers [pr](https://github.com/chenfengjw163/vue-json-viewer/pull/51)
## 2.2.13 2020-07-14
- Add timeformat props to support custom time format [pr](https://github.com/chenfengjw163/vue-json-viewer/pull/48)
+3
View File
@@ -0,0 +1,3 @@
.jv-number-float {
color: #faa !important;
}
+2
View File
@@ -1,5 +1,6 @@
import Vue from 'vue'
import JsonViewer from '../lib'
import './app.css'
Vue.use(JsonViewer)
@@ -47,6 +48,7 @@ new Vue({
total: 25,
limit: 10,
skip: 0,
numbers: 10.11,
success: true,
links: {
previous: undefined,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-json-viewer",
"version": "2.2.13",
"version": "2.2.14",
"description": "vuejs展示json的组件",
"main": "vue-json-viewer.js",
"files": [