1.0.1 • Published 4 years ago

custom-vaadin-wc v1.0.1

Weekly downloads
7
License
ISC
Repository
github
Last release
4 years ago

#Custom Vaadin Component

Installation npm i custom-vaadin-wc

Usage

<template>
  <div id="app">
    <app-custom-vaadin-wc></app-custom-vaadin-wc>
  </div>
</template>

<script>
  import CustomVaadinWc from 'custom-vaadin-wc'

  export default {
    components: {
      'app-custom-vaadin-wc': CustomVaadinWc
    }
  }

</script>