We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 1.43.2 (user setup) Commit: 0ba0ca52957102ca3527cf479571617f0de6ed50 Date: 2020-03-24T07:38:38.248Z Electron: 7.1.11 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Windows_NT x64 10.0.18363
vue-helper: 2.3.1
當使用auto import file 得到 import myHeader from '@\components\myHeader' => 會導致錯誤
我查看源碼,是由於使用path.sep,在windows會使用反斜線導致,是否加入判斷,當path.sep為反斜線的時候,使用正斜線(/)呢?
The text was updated successfully, but these errors were encountered:
this question already resolve in version 2.3.3
Sorry, something went wrong.
No branches or pull requests
Version: 1.43.2 (user setup)
Commit: 0ba0ca52957102ca3527cf479571617f0de6ed50
Date: 2020-03-24T07:38:38.248Z
Electron: 7.1.11
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.18363
vue-helper: 2.3.1
當使用auto import file
得到
import myHeader from '@\components\myHeader' => 會導致錯誤
我查看源碼,是由於使用path.sep,在windows會使用反斜線導致,是否加入判斷,當path.sep為反斜線的時候,使用正斜線(/)呢?
The text was updated successfully, but these errors were encountered: