Home  >  Article  >  Web Front-end  >  What should I do if Vue prompts a syntax error when using import()?

What should I do if Vue prompts a syntax error when using import()?

coldplay.xixi
coldplay.xixiOriginal
2020-12-25 14:13:423651browse

The solution to the syntax error prompted by vue when using import(): first add ["babel-plugin-syntax-dynamic...] under ["devDependencies"] in package json; then add [.babelrc] Configure the syntax detection plug-in.

What should I do if Vue prompts a syntax error when using import()?

The operating environment of this tutorial: Windows 7 system, Vue version 2.9.6, DELL G3 computer

[Recommended related articles :vue.js

Vue uses import() to prompt a syntax error solution:

The first way: directly Installation

D:\YLKJPro\CMWEB\03Implement\CustomMapWeb>npm install -D babel-plugin-syntax-dynamic-import

Second way: in package Add "babel-plugin-syntax-dynamic-import" under "devDependencies" of .json: "^6.18.0",

Configure in .babelrc Syntax detection plug-in"syntax-dynamic-import"

What should I do if Vue prompts a syntax error when using import()?

Recompile

What should I do if Vue prompts a syntax error when using import()?

found still Report an error? This is a cmd problem. It will be OK if you restart the management.

What should I do if Vue prompts a syntax error when using import()?

##Related free learning recommendations: javascript Video tutorial

The above is the detailed content of What should I do if Vue prompts a syntax error when using import()?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn