From 1b1759b0877d06adf90b3292ab62b95844eb1b47 Mon Sep 17 00:00:00 2001 From: Muhammad Al Faris Date: Sat, 11 May 2019 16:53:34 +0700 Subject: [PATCH] - Add boolean support in prop LControlAttribution Component --- src/components/LControlAttribution.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LControlAttribution.vue b/src/components/LControlAttribution.vue index 74917947..5812786b 100644 --- a/src/components/LControlAttribution.vue +++ b/src/components/LControlAttribution.vue @@ -9,7 +9,7 @@ export default { mixins: [ControlMixin, Options], props: { prefix: { - type: String, + type: [String, Boolean], default: null } },