Skip to content

Commit 2f94a85

Browse files
author
Guillaume Chau
committed
feat(ui): project create error
1 parent d64c1a0 commit 2f94a85

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/@vue/cli-ui/src/components/ProgressScreen.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ export default {
106106
.info
107107
color $color-text-light
108108
109+
.debug
110+
color $vue-ui-color-warning
111+
font-size 10px
112+
109113
.vue-ui-loading-bar
110114
width 50vw
111115
max-width 400px

packages/@vue/cli-ui/src/views/ProjectCreate.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,11 +520,9 @@ export default {
520520
}
521521
}
522522
})
523-
this.debug = 'MUTATION DONE'
524523
this.reset()
525524
this.$router.push({ name: 'project-home' })
526525
await this.$nextTick()
527-
this.debug = `ROUTER PUSH: ${this.$route.name}`
528526
} catch (e) {
529527
// eslint-disable-next-line no-console
530528
console.error(e)

0 commit comments

Comments
 (0)