From ffdb5001e041cfa61768ff66578c0468ae8a0805 Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Mon, 25 Jun 2018 11:20:56 +0800 Subject: [PATCH] update Alert Icon --- src/components/alert/alert.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/alert/alert.vue b/src/components/alert/alert.vue index 015877c..6213d4c 100644 --- a/src/components/alert/alert.vue +++ b/src/components/alert/alert.vue @@ -80,16 +80,16 @@ switch (this.type) { case 'success': - type = 'ios-checkmark'; + type = 'ios-checkmark-circle'; break; case 'info': - type = 'ios-information'; + type = 'ios-information-circle'; break; case 'warning': - type = 'android-alert'; + type = 'ios-alert'; break; case 'error': - type = 'ios-close'; + type = 'ios-close-circle'; break; } -- libgit2 0.21.4