vue/src/pages/Users.vue
@@ -43,10 +43,8 @@ <div> <h1> Users <small> {{users.offset}} - {{users.offset+users.data.length}} von {{users.total}} </small> ILIAS Users <!-- <small>{{users.offset}} - {{users.offset+users.data.length}} von {{users.total}}</small>--> </h1> <p>{{ userId }}</p> <p v-if="error">{{ error }}</p>