1.0.0 • Published 2 years ago

menuview v1.0.0

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

vue component with shuqitong frame

Install

npm install shuqitong

Example

Demo

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

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

Props

PropertyDescriptionTypeAccepted ValuesDefault
datamenu,configObject--

License

MIT