mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Cleanup
This commit is contained in:
parent
41af877ab5
commit
023ee74633
@ -47,26 +47,6 @@ export default {
|
|||||||
return this.Group ? this.Group : []
|
return this.Group ? this.Group : []
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
|
||||||
// Wolle: async groupListQuery() {
|
|
||||||
// try {
|
|
||||||
// const response = await this.$apollo.query({
|
|
||||||
// query: groupQuery(this.$i18n),
|
|
||||||
// variables: { isMember: true },
|
|
||||||
// })
|
|
||||||
// this.Group = response.data.Group
|
|
||||||
// } catch (error) {
|
|
||||||
// this.Group = []
|
|
||||||
// this.$toast.error(error.message)
|
|
||||||
// } finally {
|
|
||||||
// this.pending = false
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
},
|
|
||||||
// Wolle: remove
|
|
||||||
// created() {
|
|
||||||
// this.groupListQuery()
|
|
||||||
// },
|
|
||||||
apollo: {
|
apollo: {
|
||||||
Group: {
|
Group: {
|
||||||
query() {
|
query() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user