From 62adbb47b69fabb390ef4bfa9ee8a77bc11b6dce Mon Sep 17 00:00:00 2001 From: Todd Baur Date: Thu, 7 Jun 2018 21:01:59 +0900 Subject: [PATCH] allow component to inherit font family choices I ran into this issue where the component was using the browser's default san-serif font, which of course we don't use. This will allow it to just take the font from the application its used in and continue on without much friction. --- src/components/Select.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Select.vue b/src/components/Select.vue index a0e4ffa..c7014ec 100644 --- a/src/components/Select.vue +++ b/src/components/Select.vue @@ -1,7 +1,7 @@