Mark as deprecated an recommend vue instead
This commit is contained in:
@@ -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 || [];
|
||||
|
Reference in New Issue
Block a user