diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc3ef584..a8591767 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,4 +57,4 @@ jobs: - run: PUPPETEER_SKIP_DOWNLOAD=1 pnpm install - name: Run unit tests - run: pnpm run test-unit + run: pnpm run test diff --git a/.vscode/settings.json b/.vscode/settings.json index c484f429..e3dd1583 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -40,6 +40,7 @@ "gql", "graphql", "astro", + "svelte", "css", "less", "scss", diff --git a/README.md b/README.md index 6abad6de..5830f2ba 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

- Vue 2.6/2.7/3 & Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator. + Vue and Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.
English | 简体中文

@@ -42,6 +42,7 @@ - 🚀 Performant - Handle large JSON documents up to 512 MB + - Deserialize with [destr](https://github.com/unjs/destr) by default, up to 35.96x faster than `JSON.parse` - 💪 Powerful - View, edit, format, validate, compact, sort, query, filter, transform, repair, highlight JSON - 7 primitive data types including `BigInt` and `Symbol` @@ -154,8 +155,8 @@ const value = ref() #### Global Registration ```ts -import { createApp } from 'vue' import JsonEditorVue from 'json-editor-vue' +import { createApp } from 'vue' createApp() .use(JsonEditorVue, { @@ -184,7 +185,7 @@ createApp() "vue": "https://cdn.jsdelivr.net/npm/vue/dist/vue.esm-browser.prod.js", "vue-demi": "https://cdn.jsdelivr.net/npm/vue-demi/lib/v3/index.mjs", "vanilla-jsoneditor": "https://cdn.jsdelivr.net/npm/vanilla-jsoneditor", - "json-editor-vue": "https://cdn.jsdelivr.net/npm/json-editor-vue@0.15/dist/json-editor-vue.mjs" + "json-editor-vue": "https://cdn.jsdelivr.net/npm/json-editor-vue@0.16/dist/json-editor-vue.mjs" } } @@ -228,7 +229,7 @@ createApp() - + @@ -349,7 +350,7 @@ Vue.use(JsonEditorVue, { - + @@ -489,7 +490,7 @@ Vue.use(JsonEditorVue, { - +