Skip to content

estudioliver/vue-uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-uuid-v4

Plugin Vue to easy get UUIDv4

Requirements

  • Vue.js ^1.0.0 (Compatible with Vue 1.0 or 2.0)
  • A module bundler such as webpack, or transpiler ES6.

Installation

$ npm install --save @estudioliver/vue-uuid-v4

Usage

import Vue from 'vue'
import uuid from '@estudioliver/vue-uuid-v4'
import App from './App.vue'

// The plugin is loaded.
Vue.use(uuid)

new Vue({
  el: '#app',
  render: h => h(App),
  mounted() {
   console.log(this.$uuidKey()) // --> b9c9aa52-16b8-4745-a945-2846c81eeb82
  }
});

About

Plugin VueJs to get UUIDv4

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy