mirror of
https://github.com/tenrok/vue-json-viewer.git
synced 2026-06-14 18:42:31 +03:00
chore: 2.2.14
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user