Vue3 JSON编辑器
生活随笔
收集整理的這篇文章主要介紹了
Vue3 JSON编辑器
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
安裝依賴
npm i vue3-ace-editor
使用示例
<v-ace-editorv-model:value="dataForm.apiResFailExample"@init="initFail":lang="aceConfig.lang":theme="aceConfig.theme":options="aceConfig.options":readonly="aceConfig.readOnly"class="ace-editor"/><script lang="ts"> import {VAceEditor} from 'vue3-ace-editor'; import "ace-builds/webpack-resolver"; import 'ace-builds/src-noconflict/mode-json'; import 'ace-builds/src-noconflict/theme-chrome'; import 'ace-builds/src-noconflict/ext-language_tools';export default defineComponent({components: {VAceEditor},setup(props, context) {//ace編輯器配置const aceConfig = ref({lang: 'json', //解析jsontheme: 'chrome', //主題readOnly: false, //是否只讀options: {enableBasicAutocompletion: true,enableSnippets: true,enableLiveAutocompletion: true,tabSize: 2,showPrintMargin: false,fontSize: 13}});//formconst dataForm = ref({apiResFailExample: ''});//initconst initFail = (editor: any) => {}// 返回值return {aceConfig,dataForm, initFail}}}) </script>個人博客 > 歡迎來訪
總結
以上是生活随笔為你收集整理的Vue3 JSON编辑器的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 文本怎么换成html,编辑html格式文
- 下一篇: 计算机科学与技术班级口号八字,班级的八字