From 9e5947680addb448ce844814fb480daeb45142ef Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Tue, 12 Jul 2022 15:27:46 +1000 Subject: Increase adherence to Vue's Style Guide Make components have multi-word names. Make all s have a 'key' attribute. Use scoped styles. Also add sourcemap generation. --- src/components/AncestryBar.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/components/AncestryBar.vue') diff --git a/src/components/AncestryBar.vue b/src/components/AncestryBar.vue index 6f2d37c..3cfd116 100644 --- a/src/components/AncestryBar.vue +++ b/src/components/AncestryBar.vue @@ -1,6 +1,6 @@