0.0.5 • Published 3 years ago

wichell v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vue component with wichell frame

Install

npm install wichell

Example

Demo

<template>
  <wichell :data="data">
    <content />
  </wichell>
</template>

<script>
  import wichell from 'wichell';
  export default {
    components: { wichell },
    data () {
      return {
          data: {}
      }
    }
  }
</script>

Props

PropertyDescriptionTypeAccepted ValuesDefault
datamenu,configObject--

License

MIT

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago