From c4844b457cb7eeb8cab0ee8dca179be684a38b17 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Tue, 28 Jan 2020 20:18:40 -0600 Subject: Revert "Change eslint rules to use vue recommended" Merged accidentally. Although this one did have the proper +1s/+2s. The 2 underneath did not. The author will resubmit. This reverts commit 5e7ac49058e5dc37fd43ecf3c0d06f5dda14af5b. Change-Id: Iceb1de3a170cc0b592b183545c792aa3eb87bfee Signed-off-by: Gunnar Mills --- src/components/Global/StatusIcon.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/components/Global/StatusIcon.vue') diff --git a/src/components/Global/StatusIcon.vue b/src/components/Global/StatusIcon.vue index a2c7f04f..63155c9a 100644 --- a/src/components/Global/StatusIcon.vue +++ b/src/components/Global/StatusIcon.vue @@ -13,16 +13,11 @@ import IconError from '@carbon/icons-vue/es/error--filled/20'; export default { name: 'StatusIcon', + props: ['status'], components: { iconSuccess: IconCheckmark, iconDanger: IconWarning, iconSecondary: IconError - }, - props: { - status: { - type: String, - default: '' - } } }; -- cgit v1.2.3