imguolao / monaco-vue

Use monaco-editor loaded from CDN in Vue 2&3, no need to bundling.
https://imguolao.github.io/monaco-vue/
MIT License
211 stars 21 forks source link

why not lien prop does not work #42

Closed lenran659 closed 9 months ago

lenran659 commented 9 months ago

<vue-monaco-editor v-show="showEdit" :line="item.line" v-model:value="mainStore.$state.raw_data" theme="vs-dark" :options="MONACO_EDITOR_OPTIONS" @mount="handleMount" height="200px" />

imguolao commented 9 months ago

Bug fixed, try verson@1.4.1?