From c76bef57217c07624a0cbc6bad88e184818cca14 Mon Sep 17 00:00:00 2001 From: r1k0 Date: Fri, 16 Jun 2017 22:49:37 +0200 Subject: [PATCH] "to" prop should accept [String, Object] as of mixins/link (#517) https://github.com/bootstrap-vue/bootstrap-vue/issues/516 --- lib/components/list-group-item.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/list-group-item.vue b/lib/components/list-group-item.vue index e0a15db096a..57651b6ddd3 100755 --- a/lib/components/list-group-item.vue +++ b/lib/components/list-group-item.vue @@ -59,7 +59,7 @@ default: null }, to: { - type: String, + type: [String, Object], default: null }, href: {