We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd4814 commit 69080aaCopy full SHA for 69080aa
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-json-pretty",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "A Vue.js 2.0 Toolkit for json",
5
"author": "leezng <294795201@qq.com>",
6
"main": "vue-json-pretty.js",
src/index.js
@@ -1,5 +1,5 @@
import VueJsonPretty from './components/tree.vue'
export default Object.assign({}, VueJsonPretty, {
- version: '1.3.0'
+ version: '1.3.1'
})
0 commit comments