This commit is contained in:
2023-03-28 10:22:35 +02:00
parent f8705b7cfc
commit 95464a562e
4 changed files with 651 additions and 9 deletions

View File

@@ -61,23 +61,23 @@
this.state.data = [
{
name: "P",
value: 100
value: 52
},
{
name: "AB",
value: 200
value: 43
},
{
name: "B",
value: 150
value: 2
},
{
name: "TB",
value: 50
value: 1
},
{
name: "TBF",
value: 50
value: 0
},
]

View File

@@ -1,13 +1,16 @@
<school-info>
<div>
<div>
</div>
<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>