[+] Add "courses" property to navigation comp.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user