This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ant-design-vue
mirror of
https://github.com/vueComponent/ant-design-vue
Watch
1
Star
0
Fork
You've already forked ant-design-vue
0
Code
Issues
Projects
Releases
Wiki
Activity
49ad768432
ant-design-vue
/
components
/
badge
/
index.ts
4 lines
52 B
TypeScript
Raw
Normal View
History
Unescape
Escape
style: lint add semi and prettier
2019-01-12 03:33:27 +00:00
import
Badge
from
'./Badge'
;
badge init for v1.0
2017-11-16 10:29:02 +00:00
feat: add ribbon (#3681) * feat: add ribbon * feat: ribbon support text slot * test: add ribbon test
2021-02-25 05:39:39 +00:00
export
default
Badge
;