2.1.2 • Published 4 years ago

vue-user-allin v2.1.2

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

Install

npm i --save vue-user-allin

How to

In any of your vue files:

JS:

import VueUser from 'vue-user-allin'

export default {
  name: 'MyPage',
  components: {
    VueUser
  },
  data() {
    return {
      user: {
        message: "Hello",
        name: "James Bond",
        profession: "Application Developer",
        email: "jb@gmail.com"
      }
    };
  }
}

Template:

<template>
  <div>
    <VueUser :user="user" :list="listNotifications" />
  </div>
</template>
2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago