Skip to content
代码片段 群组 项目
未验证 提交 4900aec1 编辑于 作者: Sheldon Led's avatar Sheldon Led 提交者: GitLab
浏览文件

Merge branch '452467-vue3-migration-packages_forwarding_settings' into 'master'

Remove Vue set for vue 3 migration

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/156663



Merged-by: default avatarSheldon Led <sheldonled@gitlab.com>
Approved-by: default avatarLukas Wanko <lwanko@gitlab.com>
Approved-by: default avatarSheldon Led <sheldonled@gitlab.com>
Co-authored-by: default avatarArtur Fedorov <afedorov@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -152,7 +152,10 @@ export default { ...@@ -152,7 +152,10 @@ export default {
} }
}, },
updateWorkingCopy(type, value) { updateWorkingCopy(type, value) {
this.$set(this.workingCopy, type, value); this.workingCopy = {
...this.workingCopy,
[type]: value,
};
}, },
}, },
links: { links: {
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册