Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user management for settings page. A place to add remove users #14

Open
xing393939 opened this issue Apr 16, 2024 · 1 comment
Open

Comments

@xing393939
Copy link
Owner

No description provided.

@xing393939
Copy link
Owner Author

Preview UI

Based on your new requirements for a user management section on the settings page where users can be added and removed, here is the updated Vue code:

In this updated code, I have added functionality to display a list of users with their avatars, names, emails, and roles. Users can be removed by clicking the "Remove" button next to each user, and a new user can be added by clicking the "Add User" button. The user data is stored in a reactive users array, and the addUser and removeUser functions handle adding and removing users respectively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant