-
Notifications
You must be signed in to change notification settings - Fork 498
fix: created vue2 project ts error #374
New issue
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@btea You need to rebase the PR, otherwise LGTM
Sorry, I don't know how to rebase in this case, can you give me a hint? Thanks! 🤦♂️
I suppose you can do (assuming upstream
is the vuejs/create-vue
repo):
git checkout fix/component-ts-error
git fetch upstream
git rebase upstream/v2
# solve conflicts
git rebase continue
git push origin fix/component-ts-error --force
Does that help?
d294b32
to
56aa7f0
Compare
@cexbrayat It has been solved, thank you very much! 👍
getr00t
commented
Nov 11, 2023
Why do I build the project and nothing changes? Still getting error, same bug
fix #370