diff --git a/components/notification/index.js b/components/notification/index.js index 1c7b1fd3d..64fb3718a 100644 --- a/components/notification/index.js +++ b/components/notification/index.js @@ -1,4 +1,4 @@ -import Notification from './src/notification' +import Notification from '../vc-notification' import Icon from '../icon' // export type NotificationPlacement = 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight'; diff --git a/components/notification/src/Notice.vue b/components/vc-notification/Notice.vue similarity index 91% rename from components/notification/src/Notice.vue rename to components/vc-notification/Notice.vue index 7acc902f7..b6bbf0b28 100644 --- a/components/notification/src/Notice.vue +++ b/components/vc-notification/Notice.vue @@ -1,7 +1,7 @@