From ad2bca21d1531668527f281089293f51d0432f21 Mon Sep 17 00:00:00 2001 From: Daniel Perez Date: Mon, 24 Jul 2017 09:39:51 -0400 Subject: [PATCH] Fix :key using non-primitive value as key Avoid using non-primitive value as key, use string/number value instead. Index should be enough. --- src/component.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component.vue b/src/component.vue index 0a22eff..7882dab 100644 --- a/src/component.vue +++ b/src/component.vue @@ -126,7 +126,7 @@ export default {