interface kehadiran & pautan zoom
This commit is contained in:
Vendored
+14
@@ -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'
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user