1.0.7 • Published 6 years ago

@mnui/list v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

List 列表

说明

基于微信小程序第三方框架wepyjs开发,使用需要先安装wepyjs

使用

安装组件

npm install @mnui/list --save

引入组件

// index.wpy
<template>
  <list></list>
</template>

<script>
import wepy from 'wepy'
import list from '@mnui/list'

export default class Index extends wepy.page {
  components = {
    list
  }
}
</script>
1.0.7

6 years ago

1.0.6

6 years ago

1.0.4

6 years ago

0.0.2

6 years ago