testshuqitong
v0.0.78
Published
Vue component with ShuQiTong frame.
Downloads
0
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 | - | - |
