cloydlau / json-editor-vue

Vue and Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.
https://cloydlau.github.io/playground/json-editor-vue/
MIT License
437 stars 26 forks source link

怎么定制化菜单? #65

Closed sean8601 closed 1 year ago

sean8601 commented 1 year ago

你好,在我的项目里面我只想保留text、tree这两个,其他的table、Sort、Transform想去掉,如何实现呢?再次感谢!🙏

cloydlau commented 1 year ago

你好,请参考 svelte-jsoneditor 文档,本项目是 svelte-jsoneditor 的 Vue wrapper,在支持 svelte-jsoneditor 所有功能的基础上,旨在为 Vue 开发者带来便捷省心的体验。 如果 svelte-jsoneditor 不支持你提到的功能,可考虑使用 CSS 隐藏,或提 PR 完善。