New client members (#8795)

* Began styling member modal

* Added store and updated modal styles

* Began converting angular

* Ported over angular routes

* Fixed lint issues
This commit is contained in:
Keith Holliday
2017-06-08 14:27:22 -07:00
committed by GitHub
parent 1999e1098e
commit 52edb8a8da
10 changed files with 222 additions and 86 deletions
+3 -3
View File
@@ -47,9 +47,9 @@ export default {
UserListDetail,
},
computed: {
...mapState({
user: 'user.data',
}),
...mapState({
user: 'user.data',
}),
},
};
</script>