[F] Fix undefined case for search text
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
{
|
{
|
||||||
@Prop({required: true}) app: App
|
@Prop({required: true}) app: App
|
||||||
|
|
||||||
search: string
|
search: string = "";
|
||||||
courseInfo: CourseInfo[] = []
|
courseInfo: CourseInfo[] = []
|
||||||
directory: any[] = []
|
directory: any[] = []
|
||||||
loading = true
|
loading = true
|
||||||
|
|||||||
Reference in New Issue
Block a user