Welcome to mirror list, hosted at ThFree Co, Russian Federation.

get_discussion.js « mixins « notes « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b5d820fe0839a958c0e6b4628bf912e78f0822ec (plain)
1
2
3
4
5
6
7
export default {
  computed: {
    discussion() {
      return {};
    },
  },
};