1.2.5 • Published 2 years ago

ewt-goods v1.2.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago