diff --git a/src/App.vue b/src/App.vue index abfd315..e797302 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,38 @@ - + + diff --git a/src/components/MysalaryInfo.vue b/src/components/MysalaryInfo.vue new file mode 100644 index 0000000..c5714bf --- /dev/null +++ b/src/components/MysalaryInfo.vue @@ -0,0 +1,27 @@ + + + + + + + + + diff --git a/src/components/MystudentInfo.vue b/src/components/MystudentInfo.vue new file mode 100644 index 0000000..1956986 --- /dev/null +++ b/src/components/MystudentInfo.vue @@ -0,0 +1,27 @@ + + + + + + + + + diff --git a/src/types/salaryinfo.ts b/src/types/salaryinfo.ts new file mode 100644 index 0000000..c1042de --- /dev/null +++ b/src/types/salaryinfo.ts @@ -0,0 +1,4 @@ +export interface StudentInfo{ + id:number, + name:string +} \ No newline at end of file