interface kehadiran & pautan zoom

This commit is contained in:
faiqahzaman
2024-03-12 15:27:16 +08:00
parent b8fcadcb1d
commit 25accab176
5 changed files with 193 additions and 2 deletions
+14
View File
@@ -4,6 +4,8 @@ import VoterHome from './components/demo/voter/index.vue';
import Home from './components/demo/voter/home/index.vue';
import Vote from './components/demo/voter/home/vote.vue';
import Result from './components/demo/voter/home/result.vue';
import Attendance from './components/demo/voter/home/attendance.vue';
import Zoom from './components/demo/voter/home/zoom.vue';
import AdminLogin from './components/demo/admin/login.vue';
import AdminIndex from './components/demo/admin/index.vue';
@@ -66,6 +68,18 @@ export default [
path: 'result',
component: Result,
name: 'Result'
},
{
path: 'attendance',
component: Attendance,
name: 'Attendance'
},
{
path: 'zoom',
component: Zoom,
name: 'Zoom'
}
]