From 0a0288c2ee87a2457072d6ef284919cba2f64250 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 20 Oct 2019 21:38:20 -0400 Subject: [PATCH] [+] Make updateIndex public --- src/components/navigation/navigation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navigation/navigation.ts b/src/components/navigation/navigation.ts index 9782cc4..b673aa7 100644 --- a/src/components/navigation/navigation.ts +++ b/src/components/navigation/navigation.ts @@ -74,7 +74,7 @@ export default class Navigation extends Vue * @param newIndex New index * @param history Record in history or not (Default true) */ - private updateIndex(newIndex: string, history?: boolean) + public updateIndex(newIndex: string, history?: boolean) { // Call custom event this.$emit('update:activeIndex', newIndex);