webstrom vue does not recognize the @ symbol

Create a new webstorm.config.js in the project root directory

code show as below

'use strict'
const webpackConfig = require('@vue/cli-service/webpack.config.js')
module.exports = webpackConfig

alt+ctrl+s to open settings

Pointing to this setting ctrl+s can be used after saving @ path

 

Guess you like

Origin blog.csdn.net/mp624183768/article/details/123202488