# HG changeset patch # User Thomas Junk # Date 1533892894 -7200 # Node ID 650f0dca56084385900f0617819e3c2e0ef41da3 # Parent 7e7e978d1cacd13ac57905c51755a94f36bf5515 Backed out changeset c63200982ce7 diff -r 7e7e978d1cac -r 650f0dca5608 client/src/components/Userdetail.vue --- a/client/src/components/Userdetail.vue Fri Aug 10 11:21:18 2018 +0200 +++ b/client/src/components/Userdetail.vue Fri Aug 10 11:21:34 2018 +0200 @@ -2,7 +2,7 @@
-
+
Name: {{this.user.user}}
Email: {{this.user.email}}
@@ -12,7 +12,7 @@
-
+
@@ -36,14 +36,6 @@
-
- - -
-
- - -
@@ -78,16 +70,16 @@ props: ["user"], data() { return { - currentUser: Object.assign({ password: "", passwordre: "" }, this.user), + currentUser: Object.assign({}, this.user), show: false }; }, computed: { - datatarget() { - return "#" + this.currentUser.user; - }, - target() { - return this.currentUser.user; + collapseStyle() { + return { + collapse: true, + show: this.show + }; } }, methods: {