FEMessage / vant

Lightweight Mobile UI Components built on Vue
https://femessage.github.io/vant/#/zh-CN/intro
MIT License
0 stars 6 forks source link

feat(address-list): 添加`删除`按钮 #1

Closed eviIIt closed 4 years ago

eviIIt commented 4 years ago

Why

How

Animated Screenshot

address-del

Test

$ jest src/address-list/
+  PASS  src/address-list/test/index.spec.js
+  PASS  src/address-list/test/demo.spec.js

=============================== Coverage summary ===============================
- Statements   : 14.23% ( 432/3036 )
- Branches     : 6.71% ( 152/2264 )
- Functions    : 9.31% ( 88/945 )
- Lines        : 14.39% ( 427/2967 )
================================================================================

+ Test Suites: 2 passed, 2 total
+ Tests:       4 passed, 4 total
+ Snapshots:   2 passed, 2 total
+ Time:        14.16s, estimated 26s
Ran all test suites matching /src\/address-list\//i.

Docs