nuxt-monaco-editor icon indicating copy to clipboard operation
nuxt-monaco-editor copied to clipboard

Integrate monaco-editor with Nuxt

Results 16 nuxt-monaco-editor issues
Sort by recently updated
recently updated
newest added

context menu not close when click the editor.

I can't paste the clipboard data to the editor neither by pressing Ctrl + V, nor by using Paste in context menu in Chrome browser (v 123.0.6312.106) But in Firefox...

Hi, I used latest version of nuxtjs and nuxt-monaco-editor `v1.2.3 ` and just wondering if the error is caused by the nuxt-monaco-editor. I encounter the error when running production build....

Hello, I've encountered multiple instances of freezing with this module, specifically when refreshing the browser multiple times. This occurs in both clean sessions and private navigation modes. **Environment:** - Chrome...

How to change the locale dynamically? The locale should change dynamically when the user changes the locale like from en to ja. https://e-chan1007.github.io/nuxt-monaco-editor/guide/configuration#locale

``` nuxt:^3.8.1 monaco-editor:^0.44.0 nuxt-monoca-editor:^1.2.3 ``` When I want to use useMonaco, the page jumps normally after the project is loaded for the first time, but when I refresh the page,...

Hi, I'm getting following error when trying to run Nuxt with the plugin with `nuxt dev`. ``` [8:51:50 AM] ERROR This module cannot be imported in the Vue part of...

How would I go about using this function? registerCompletionItemProvider

Hi there, I'm trying to apply typing to my MonacoDiffEditor `ref`. To import the typing I'm using: ```vue import type * as Monaco from 'monaco-editor' import { MonacoDiffEditor } from...

![изображение](https://github.com/e-chan1007/nuxt-monaco-editor/assets/126886598/bbfd1b44-08f9-4324-b3d3-bf5015c09e4b)