fixed creating new lists
All checks were successful
the build was successful

This commit is contained in:
konrad 2019-02-24 12:37:41 +01:00
parent 7684d340e7
commit fa673b86f3
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -47,7 +47,8 @@
}
},
created() {
this.listService = new ListService
this.list = new ListModel()
this.listService = new ListService()
this.$parent.setFullPage();
},
methods: {