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
7e15533f52
ant-design-vue
/
components
/
vc-dialog
/
index.js
4 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix: body scroll when open modal #1472
2019-12-09 14:23:40 +00:00
// based on vc-dialog 7.5.14
style: lint add semi and prettier
2019-01-12 03:33:27 +00:00
import
DialogWrap
from
'./DialogWrap'
;
export
default
DialogWrap
;