no message
Former-commit-id: 6b6697f62c200d824334988341ee16c25eb17c37 Former-commit-id: e65415f3bb37e2507079e958808b2b3b5b3d7085 Former-commit-id: 09b240e453cbb8ae8241639625cd32dea205b0fe
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
<template>
|
||||
<Container type="ghost" :responsive="true">
|
||||
Hello
|
||||
<ChartDemoCard></ChartDemoCard>
|
||||
</Container>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import publicMixin from './mixins/public'
|
||||
export default {
|
||||
mixins: [
|
||||
publicMixin
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
5
src/pages/demo/chart/demo/components/ChartDemoCard.vue
Normal file
5
src/pages/demo/chart/demo/components/ChartDemoCard.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<el-card>
|
||||
Hello
|
||||
</el-card>
|
||||
</template>
|
||||
7
src/pages/demo/chart/demo/mixins/public.js
Normal file
7
src/pages/demo/chart/demo/mixins/public.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import ChartDemoCard from '../components/ChartDemoCard.vue'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
ChartDemoCard
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user