0.0.78 • Published 4 years ago
testshuqitong v0.0.78
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 | - | - |
License
0.0.78
4 years ago