mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-25 08:38:57 -06:00
feat(ui): project create error
This commit is contained in:
@@ -106,6 +106,10 @@ export default {
|
||||
.info
|
||||
color $color-text-light
|
||||
|
||||
.debug
|
||||
color $vue-ui-color-warning
|
||||
font-size 10px
|
||||
|
||||
.vue-ui-loading-bar
|
||||
width 50vw
|
||||
max-width 400px
|
||||
|
||||
@@ -520,11 +520,9 @@ export default {
|
||||
}
|
||||
}
|
||||
})
|
||||
this.debug = 'MUTATION DONE'
|
||||
this.reset()
|
||||
this.$router.push({ name: 'project-home' })
|
||||
await this.$nextTick()
|
||||
this.debug = `ROUTER PUSH: ${this.$route.name}`
|
||||
} catch (e) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.error(e)
|
||||
|
||||
Reference in New Issue
Block a user