This commit is contained in:
HORVILLE 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 = [ this.state.data = [
{ {
name: "P", name: "P",
value: 100 value: 52
}, },
{ {
name: "AB", name: "AB",
value: 200 value: 43
}, },
{ {
name: "B", name: "B",
value: 150 value: 2
}, },
{ {
name: "TB", name: "TB",
value: 50 value: 1
}, },
{ {
name: "TBF", name: "TBF",
value: 50 value: 0
}, },
] ]

View File

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

View File

@ -14,6 +14,7 @@
<body> <body>
<search></search> <search></search>
<line-graph style="height: 90px;"></line-graph> <line-graph style="height: 90px;"></line-graph>
<!--<school-info></school-info>-->
<!--<script> <!--<script>
riot.compile().then(() => { riot.compile().then(() => {
riot.mount('search', { riot.mount('search', {

638
test.json Normal file

File diff suppressed because it is too large Load Diff