g push
This commit is contained in:
parent
f8705b7cfc
commit
95464a562e
@ -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
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
@ -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', {
|
||||||
|
Loading…
Reference in New Issue
Block a user