hinesboy / mavonEditor

mavonEditor - A markdown editor based on Vue that supports a variety of personalized features
http://www.mavoneditor.com/
MIT License
6.45k stars 918 forks source link

为什么设置codeStyle无效 #448

Closed j770657446 closed 5 years ago

j770657446 commented 5 years ago

<mavon-editor v-model="value" ref=md @imgAdd="$imgAdd" @save="save" :ishljs="ishljs" :codeStyle= "codeStyle" :defaultOpen="defaultOpen" /> data() { return { codeStyle: 'androidstudio', ishljs: true, defaultOpen: 'editor', } },