vue版本上线
This commit is contained in:
27
jshERP-web/src/views/dashboard/Analysis.vue
Normal file
27
jshERP-web/src/views/dashboard/Analysis.vue
Normal file
@@ -0,0 +1,27 @@
|
||||
<template>
|
||||
<div style="margin: 12px 12px 0px;">
|
||||
<index-chart></index-chart>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import IndexChart from './IndexChart'
|
||||
|
||||
export default {
|
||||
name: "Analysis",
|
||||
components: {
|
||||
IndexChart
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user