@mintjamsinc/vue-avatar
v1.10.2
Published
A reusable Avatar component for Vue.js 2.x used by webtop applications.
Downloads
38
Readme
vue-avatar
A reusable Avatar component for Vue.js 2.x used by webtop applications.
Installation
npm install --save-dev @mintjamsinc/vue-avatar
Usage
<Avatar :authorizable="authorizable"/>
import Avatar from '@mintjamsinc/vue-avatar';
export default {
components: {
Avatar: Avatar,
},
computed: {
authorizable() {
return window.Webtop.userClient.newAuthorizable(this.$store.state.user);
},
},
}
License
Copyright (c) 2021 MintJams Inc.