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
@@ -0,0 +1,32 @@
<template>
<div class="row col-md-10 col-md-offset-1">
<div class="col-md-12">
<h2 class="text-center">Pautan Zoom</h2>
</div>
</div>
</template>
<script>
export default {
created: function () {
//console.log(this)
},
data: function () {
return {
x: {}
}
},
computed: {
header: function () {
return this.x.name + ' for ' + this.getPosition(this.x.position_id);
}
}
}
</script>