mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
no more this.$set needed in vue3
This commit is contained in:
@ -360,7 +360,7 @@ export default {
|
||||
structure.forEach(feat => {
|
||||
const val = customizations[this.currentWorkspace.client][feat];
|
||||
if (val)
|
||||
this.$set(this.options.includes, feat, true);
|
||||
this.options.includes[feat] = true;
|
||||
});
|
||||
|
||||
ipcRenderer.on('export-progress', this.updateProgress);
|
||||
|
Reference in New Issue
Block a user