init dev-push code ui base design
This commit is contained in:
15
pages/ems/base/MockPage.vue
Normal file
15
pages/ems/base/MockPage.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div>
|
||||
<h2>Test</h2>
|
||||
<ColumnChart/>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import ColumnChart from '~/components/common/ColumnChart';
|
||||
|
||||
export default{
|
||||
components:{
|
||||
ColumnChart
|
||||
}
|
||||
}
|
||||
</script>
|
Reference in New Issue
Block a user