[breaking change] Toast: on longer export func in component entry file (#524)

This commit is contained in:
neverland 2018-09-07 10:29:40 +08:00 committed by GitHub
parent a297dba84c
commit 4f5b777360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,4 @@
import { create } from '../common/create';
import Notify from './notify';
create({
props: {
@ -42,5 +41,3 @@ create({
}
}
});
export default Notify;

View File

@ -1,5 +1,4 @@
import { create } from '../common/create';
import Toast from './toast';
create({
props: {
@ -29,5 +28,3 @@ create({
}
}
});
export default Toast;