1.2.5 • Published 3 years ago

ewt-goods v1.2.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

1. 摘要

学习小组活动运营----商品部分业务组件(GoodsList/OrderList/GoodsForm)

2.Install

安装依赖
npm install ewt-goods -S

3.Usage

GoodsList包含商品列表、商品新增、商品编辑、商品查看

import "ewt-goods/dist/index.css"
import { GoodsList } from 'ewt-goods'

  <GoodsList
    env="development"
    logout={() => {}}
  />
参数说明类型是否必须默认值
env环境:测试|正式development | production-
logout退出登录回调函数() => void-
OrderList包含订单列表

import "ewt-goods/dist/index.css"
import { OrderList } from 'ewt-goods'

  <OrderList
    env="development"
    logout={() => {}}
  />
参数说明类型是否必须默认值
env环境:测试|正式development | production-
logout退出登录回调函数() => void-
1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago