mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:47:08 +00:00
Use project list from Vuex
This commit is contained in:
@@ -151,8 +151,9 @@ export default {
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
async list () {
|
||||
this.items = await this.api(["/project"]) || [];
|
||||
this.items = [...this.projects];
|
||||
},
|
||||
|
||||
async summary (item) {
|
||||
|
||||
Reference in New Issue
Block a user