# 项目组件笔记 **Repository Path**: xjy1995/project_note ## Basic Information - **Project Name**: 项目组件笔记 - **Description**: 常用项目组件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-13 - **Last Updated**: 2021-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## json编辑器组件 components/jsonEditor.vue ``` 1. npm install jsoneditor 2. import jsonEditor from '../components/jsonEditor.vue' 3. components: {jsonEditor} // 获取数据 const resultJson = this.$refs.jsonEditor.getJson() ``` - 样式示例 ![jsoneditor](http://tva2.sinaimg.cn/large/007ZbABKgy1gtf0n6o1q0j30nt0fhq45.jpg)