How to Solve Vue editor bridge error

The Vue project is in the vscode editor. When NPM run dev, the following error message appears

Script: import func from ‘.. /.. /.. /../Vue temp/Vue editor bridge’;

In the editor, the func enter creation function vscode is automatically introduced

Solution: delete the import

Read More: