[+] Add "courses" property to navigation comp.

This commit is contained in:
Hykilpikonna
2019-08-21 15:39:54 +08:00
parent 69b93d4356
commit 7e73d6581b
+2
View File
@@ -11,6 +11,8 @@ export default class Navigation extends Vue
{
public activeIndex: string = "0";
@Prop() courses: any;
/**
* This function is called when the selection changes.
*/