@mintjamsinc/vue-avatar

1.10.2 • Public • Published

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

MIT

Copyright (c) 2021 MintJams Inc.

Readme

Keywords

Package Sidebar

Install

npm i @mintjamsinc/vue-avatar

Weekly Downloads

1

Version

1.10.2

License

MIT

Unpacked Size

1.47 MB

Total Files

5

Last publish

Collaborators

  • kenichif
  • mintjams-bot