Mark as deprecated an recommend vue instead

This commit is contained in:
2019-03-29 14:42:33 +01:00
parent 1d476d03d7
commit 119900337d
8 changed files with 59 additions and 10 deletions

View File

@@ -1,5 +1,9 @@
import { ComponentCreatorInterface } from '../component/ComponentCreatorInterface'
/**
* Create $elements from user objects
* @deprecated use vue instead
*/
export class Users extends ComponentCreatorInterface {
static create$listItem(userDoc) {
let roles = userDoc.roles || [];