const CodeEditor = defineAsyncComponent( () => import("/@/components/CodeEditor/index.vue") );
<template> <div> <CodeEditor v-model="code" mode="go" theme="idea" :readOnly="false" :height="300" /> </div> </template>
modelValue
mode
theme
height
options
readOnly
📄 省市区街四级联动组件 📄 前端富文本组件