List 列表
概述
使用指南
<script>
import 'iCellGroup' from 'iview-mpvue/dist/components/cell-group/cell-group'
import 'iCell' from 'iview-mpvue/dist/components/cell/cell'
export default {
components: {
'i-cell-group': iCellGroup,
'i-cell': iCell
}
}
</script>import 'iview-mpvue/dist/components/cell/style/css'
import 'iview-mpvue/dist/components/cell-group/style/css'示例
API
Last updated
Was this helpful?