1.1.2 • Published 4 years ago

vue-quick-actions-allin v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Install

npm i --save vue-quick-actions-allin

How to

In any of your vue files:

JS:

import QuickAction from 'vue-quick-actions-allin'

export default {
    name: 'MyPage',
    components: {
        QuickAction
    },
    data() {
      menuItens:[
        {
          image: "assets/media/icons/svg/Shopping/Euro.svg",
          name: "Carteira",
          src: "/test"
        },
        {
          image: "assets/media/icons/svg/Communication/Mail-attachment.svg",
          name: "Administração",
          src:"/test2"
        }
      ]
    }
}

Template:

<template>
    <div>
        <QuickAction :menuItens="menuItens" />
    </div>
</template>
1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago