rm:remove keyboard2 demo

This commit is contained in:
Pan
2017-11-17 15:07:21 +08:00
parent 339d760771
commit 8c204b9837
6 changed files with 62 additions and 205 deletions

View File

@@ -1,25 +0,0 @@
<template>
<div class="components-container" style='height:100vh'>
<div class='chart-container'>
<chart height='100%' width='100%'></chart>
</div>
</div>
</template>
<script>
import Chart from '@/components/Charts/keyboard2'
export default {
name: 'keyboardChart2',
components: { Chart }
}
</script>
<style scoped>
.chart-container{
position: relative;
width: 100%;
height: 90%;
}
</style>