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.
configuration
$_init
1 parent 6b825de commit d9c5b7cCopy full SHA for d9c5b7c
packages/@vue/cli-ui/src/views/ProjectConfigurationDetails.vue
@@ -107,15 +107,13 @@ export default {
107
id: this.id
108
}
109
},
110
- manual: true,
111
async result ({ data, loading }) {
112
if (!this.$_init && !loading && data && data.configuration) {
113
this.$_init = true
114
this.tabsHaveChanges = data.configuration.tabs.reduce((obj, tab) => {
115
obj[tab.id] = false
116
return obj
117
}, {})
118
- this.configuration = data.configuration
119
await this.$nextTick()
120
this.currentTab = data.configuration.tabs[0].id
121
0 commit comments