can't use in pop-up box??
Closed this issue · 5 comments
goodking-bq commented
when i use it in dialog in vuetify,it can't render,
FE-Mars commented
@goodking-bq Check if the pop-up box is not added to the HTML and the height acquisition fails
goodking-bq commented
@goodking-bq Check if the pop-up box is not added to the HTML and the height acquisition fails
function initMonaco in $nexttick can fix it.
FE-Mars commented
No, it should be fixed in your project
Lavhe commented
I am still having this issue on Vuetify, where the code editor does not render on a dialog
@goodking-bq how did you resolve this?
goodking-bq commented
I am still having this issue on Vuetify, where the code editor does not render on a dialog
@goodking-bq how did you resolve this?
change this code to
monaco-editor-vue/src/index.js
Line 65 in 4a54983
this.$nextTick(function(){
this.init...
})