-
import Upload from '@/components/upload/index.vue' |
Beta Was this translation helpful? Give feedback.
Answered by
hixb
Jul 16, 2022
Replies: 1 comment
-
` // .eslintrc.js |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xiao-ice
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
`
resolve: {
alias: {
'@': pathResolve('src'),
}
}
// .eslintrc.js
module.exports = {
settings: {
'import/resolver': {
alias: {
map: ['@': './src']
}
}
}
}
`