17 lines
491 B
Plaintext
17 lines
491 B
Plaintext
<school-info style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #000000DD;">
|
|
<div style="position: absolute; top: 10%; left: 25%; width: 50%; height: 80%; background: #FFFFFF">
|
|
<button onclick={closeWindow}></button>
|
|
</div>
|
|
|
|
<script>
|
|
export default {
|
|
onMounted() {
|
|
console.log("Test!")
|
|
},
|
|
|
|
closeWindow() {
|
|
|
|
}
|
|
}
|
|
</script>
|
|
</school-info> |