From c1478b0887bc09dc668dc160c52f761c920f9186 Mon Sep 17 00:00:00 2001 From: taehoon Date: Fri, 8 Nov 2019 11:14:01 -0500 Subject: fix eslint warnings --- src/components/tab_switcher/tab_switcher.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/components/tab_switcher/tab_switcher.js') diff --git a/src/components/tab_switcher/tab_switcher.js b/src/components/tab_switcher/tab_switcher.js index 3ca316b9..008e1e95 100644 --- a/src/components/tab_switcher/tab_switcher.js +++ b/src/components/tab_switcher/tab_switcher.js @@ -12,11 +12,13 @@ export default Vue.component('tab-switcher', { }, onSwitch: { required: false, - type: Function + type: Function, + default: undefined }, activeTab: { required: false, - type: String + type: String, + default: undefined }, scrollableTabs: { required: false, -- cgit v1.2.3-70-g09d2