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
TypeError: Cannot set property 'parent' of undefined
The text was updated successfully, but these errors were encountered:
问一下,你解决了没?我今天npm run serve之后也是这个问题。
npm run serve
Sorry, something went wrong.
同问,之前是好的,但是换电脑再跑就跑不起来了
vue
vue-template-compiler
{ "vue": "^2.6.xxx", "vue-template-compiler": "^2.6.xxx" ... }
去掉 ^
^
{ "vue": "2.6.xxx", "vue-template-compiler": "2.6.xxx" ... }
node_modules
package-lock.json
npm install
No branches or pull requests
TypeError: Cannot set property 'parent' of undefined
The text was updated successfully, but these errors were encountered: