dialog component

This commit is contained in:
cookfront
2017-02-16 15:12:28 +08:00
parent 82bb27896e
commit 4c3cdd433b
15 changed files with 350 additions and 6 deletions

3
packages/dialog/index.js Normal file
View File

@@ -0,0 +1,3 @@
import Dialog from './src/dialog.js';
export default Dialog;