menuview
v1.0.0
Published
(Based on the ShuQiTong,Fix previous bugs and Publish as a new package)Vue component with ShuQiTong frame.
Readme
vue component with shuqitong frame
Install
npm install shuqitongExample
<template>
<shuqitong :data="data">
<content />
</shuqitong>
</template>
<script>
import shuqitong from 'shuqitong';
export default {
components: { shuqitong },
data () {
return {
data: {}
}
}
}
</script>Props
| Property | Description | Type | Accepted Values | Default | |-|-|-|-|-| | data | menu,config | Object | - | - |
