@mintjamsinc/vue-badge

1.10.1 • Public • Published

vue-badge

A reusable Badge component for Vue.js 2.x used by webtop applications.

Installation

npm install --save-dev @mintjamsinc/vue-badge

Usage

<Badge :authorizable="authorizable"/>
import Badge from '@mintjamsinc/vue-badge';

export default {
  components: {
    Badge: Badge,
  },
  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-badge

Weekly Downloads

0

Version

1.10.1

License

MIT

Unpacked Size

1.51 MB

Total Files

5

Last publish

Collaborators

  • kenichif
  • mintjams-bot