We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
4.5.3
Node 12.13.1, macOS 10.15.6 (vue info command didn't work)
Create new Vue project with following config:
{ "useConfigFiles": true, "plugins": { "@vue/cli-plugin-babel": {}, "@vue/cli-plugin-typescript": { "classComponent": false, "useTsWithBabel": true }, "@vue/cli-plugin-router": { "historyMode": false } }, "vueVersion": "3" }
App.vue contains <router-link> to Home and About, and a <router-view>
App.vue
<router-link>
<router-view>
App.vue is the same as without Vue Router included, so it has (almost) the same content as Home.vue.
Home.vue
The text was updated successfully, but these errors were encountered:
fix: fix Vue 3 + TS + Router template
fc834b3
Follow up of vuejs#5771 Fixes vuejs#5795 Fixes vuejs#5796
fix: fix Vue 3 + TS + Router template (#5798)
135fdbf
Follow up of #5771 Fixes #5795 Fixes #5796
Successfully merging a pull request may close this issue.
Version
4.5.3
Environment info
Steps to reproduce
Create new Vue project with following config:
What is expected?
App.vue
contains<router-link>
to Home and About, and a<router-view>
What is actually happening?
App.vue
is the same as without Vue Router included, so it has (almost) the same content asHome.vue
.The text was updated successfully, but these errors were encountered: