From dc4de421c540e4a5d73f28e1cb9c1bd517bb49d8 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Tue, 6 Feb 2018 15:32:32 +0800 Subject: [PATCH] change notification path --- components/notification/index.js | 2 +- .../{notification/src => vc-notification}/Notice.vue | 6 +++--- .../src => vc-notification}/Notification.vue | 10 +++++----- .../{notification/src => vc-notification}/index.js | 0 4 files changed, 9 insertions(+), 9 deletions(-) rename components/{notification/src => vc-notification}/Notice.vue (91%) rename components/{notification/src => vc-notification}/Notification.vue (92%) rename components/{notification/src => vc-notification}/index.js (100%) 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 @@