[+] Call method in app.ts on navigate

This commit is contained in:
Hykilpikonna
2019-08-21 16:27:55 +08:00
parent f82d1081f9
commit 10c994d6c2
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -27,4 +27,14 @@ export default class App extends Vue
// Debug output TODO: Remove this
console.log(courses);
}
/**
* This is called when a navigation tab is clicked
*
* @param tab Tab name
*/
public onNavigate(tab: string)
{
}
}