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:
@@ -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)
|
||||
@@ -0,0 +1,3 @@
|
||||
.jv-number-float {
|
||||
color: #faa !important;
|
||||
}
|
||||
@@ -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
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user