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.
1 parent 9030afc commit 62dfbd6Copy full SHA for 62dfbd6
src/views/Examples.vue
@@ -219,9 +219,8 @@ export default {
219
this.dark = true
220
}
221
if (this.$route.path === '/examples') {
222
- // this.$router.push('/examples/helloworld').catch(err => { }) // eslint-disable-line
223
// default route path
224
- this.$router.push('/examples/helloworld').catch(err => { }) // eslint-disable-line
+ this.$router.push('/examples/introduction').catch(err => { }) // eslint-disable-line
225
} else {
226
this.$router.push(this.$route.path).catch(err => { }) // eslint-disable-line
227
const path = this.$route.path
0 commit comments