From a090be396d447a8da3a958a8a9e02a790f4f0a91 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Fri, 19 Jul 2019 23:23:34 +0300 Subject: [PATCH] Refactored button name in PickList --- src/components/picklist/PickList.vue | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/picklist/PickList.vue b/src/components/picklist/PickList.vue index bc3daadce..899853fca 100644 --- a/src/components/picklist/PickList.vue +++ b/src/components/picklist/PickList.vue @@ -2,10 +2,10 @@
- - - - + + + +
@@ -23,10 +23,10 @@
- - - - + + + +
@@ -44,10 +44,10 @@
- - - - + + + +
@@ -475,7 +475,7 @@ export default { } }, components: { - 'OLButton': Button + 'PLButton': Button } }