all completed,components/side is none commentpart
This commit is contained in:
24
pages/index/data.vue
Normal file
24
pages/index/data.vue
Normal file
@@ -0,0 +1,24 @@
|
||||
<template>
|
||||
<view>
|
||||
<view id="chart" style="width: 100%; height: 400px;"></view>
|
||||
<view id="pie" style="width: 100%; height: 400px;"></view>
|
||||
<view id="line" style="width: 100%; height: 400px;"></view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user