Skip to content
代码片段 群组 项目
未验证 提交 6d171bff 编辑于 作者: Phil Hughes's avatar Phil Hughes 提交者: GitLab
浏览文件

Merge branch 'slashmanov/migrate-diffs-getters-spec-to-pinia' into 'master'

Migrate legacy diffs Vuex getters spec to Pinia

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



Merged-by: default avatarPhil Hughes <me@iamphill.com>
Approved-by: default avatarPhil Hughes <me@iamphill.com>
Co-authored-by: default avatarStanislav Lashmanov <slashmanov@gitlab.com>
No related branches found
No related tags found
无相关合并请求
import { defineStore } from 'pinia'; import { defineStore } from 'pinia';
export const useMrNotes = defineStore('legacyMrNotes', {}); export const useMrNotes = defineStore('legacyMrNotes', {
state() {
return {
page: {
mrMetadata: {},
},
};
},
});
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册