-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Incompatible with Nuxt 3.17.7
I'm trying to use this editor with a project running Nuxt v3.17.7, but it doesn't work properly.
Even when following the installation steps exactly as described in the documentation, the editor fails to integrate or function as expected. There are no visible installation errors, but it simply doesn’t load or respond when used within the Nuxt environment.
Steps to Reproduce:
Create a new Nuxt project using npx nuxi init
Install dependencies and set Nuxt to version 3.17.7
Follow the official installation guide for the editor
Run the development server using npm run dev
Try to use the editor
Expected Behavior:
The editor should load and work correctly within a Nuxt 3.17.7 project.
Actual Behavior:
The editor does not appear, load, or respond.
Environment:
Nuxt: 3.17.7
Node: v20.19.2
Browser: Chrome
