Files
E-Vote/resources/assets/js/components/demo/admin/home/home.vue
T
2024-02-29 09:57:59 +08:00

15 lines
257 B
Vue

<template>
<div class="container col-md-8 col-md-offset-2">
<h4>Maklumat Undian</h4>
<router-view></router-view>
</div>
</template>
<script>
export default{
created: function () {
this.util.setTitle('Voting System - Maklumat Undian');
}
}
</script>