g push
This commit is contained in:
parent
f8705b7cfc
commit
95464a562e
@ -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
|
||||
},
|
||||
]
|
||||
|
||||
|
@ -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>
|
||||
|
@ -14,6 +14,7 @@
|
||||
<body>
|
||||
<search></search>
|
||||
<line-graph style="height: 90px;"></line-graph>
|
||||
<!--<school-info></school-info>-->
|
||||
<!--<script>
|
||||
riot.compile().then(() => {
|
||||
riot.mount('search', {
|
||||
|
Loading…
Reference in New Issue
Block a user