
Security News
Potemkin Understanding in LLMs: New Study Reveals Flaws in AI Benchmarks
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
json-editor-vue
Advanced tools
Optionated json editor & json viewer powered by svelte-jsoneditor & vue-json-viewer
Optionated json editor & json viewer powered by svelte-jsoneditor & vue-json-viewer
element-ui
的el-form组件,支持el-form的全局disabledDependencies:vue
// 全局引入
import 'json-editor-vue/dist/style.css'
import JsonEditorVue from 'json-editor-vue'
Vue.use(JsonEditorVue, {
// 全局配置
})
<!-- 局部引入 -->
<template>
<JsonEditorVue v-bind="config"/>
</template>
<script>
import 'json-editor-vue/dist/style.css'
import JsonEditorVue from 'json-editor-vue'
export default {
components: { JsonEditorVue },
data () {
return {
config: {
// 局部配置
}
}
}
}
</script>
Attribute | Description | Type | Accepted Values | Default |
---|---|---|---|---|
value / v-model | 数据对象 | any | ||
readonly | 是否只读 | boolean | false | |
vueJsonViewerProps | vue-json-viewer props | object | vue-json-viewer | see below |
... | svelte-jsoneditor props | svelte-jsoneditor | see below |
{
mainMenuBar: false,
mode: 'code',
}
{
copyable: { copyText: '复制', copiedText: '已复制', timeout: 2000 },
boxed: true,
previewMode: true,
}
v-model
/ value
/ *.sync
)仅支持局部配置权重:
FAQs
Vue and Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.
The npm package json-editor-vue receives a total of 20,705 weekly downloads. As such, json-editor-vue popularity was classified as popular.
We found that json-editor-vue demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.