d2-module-banner

Former-commit-id: b53a4efdd302cab2c73a41bad81210c2aa0a9864 [formerly b53a4efdd302cab2c73a41bad81210c2aa0a9864 [formerly b53a4efdd302cab2c73a41bad81210c2aa0a9864 [formerly b53a4efdd302cab2c73a41bad81210c2aa0a9864 [formerly 692391c0606eb9b8ceb0bbb998083d5a605bb457 [formerly 0f1375984c7b0fe29eed44313886a9f146c44b48]]]]]
Former-commit-id: 2f97e9d04cc2e84454f130a56e5b1d48dd759588
Former-commit-id: 0452f03d06fda0d273e6fcb3ae788362da6af03c
Former-commit-id: aadfa6d6ef46a6a8c20f4041cdbeaa413af27930 [formerly cd4a60f2d7e470c99e1752c73c7bca3f51f92ec2]
Former-commit-id: e9520901ef28488e1f894071acfaa62cd2085cbf
Former-commit-id: 0ba7f79490f12fdbcf6d480ae29842c3ad5d1ca7
Former-commit-id: 4c45c39fab8805b190d2b684b2069f7e60f04f9b
Former-commit-id: 946e1a7eaa37e78409f08cf239b16638509cb9f4
Former-commit-id: e42aa962374f75e0fa23f86c801fa80489b2861c
This commit is contained in:
liyang
2018-12-01 14:18:20 +08:00
parent c304e1fb78
commit 4fd9435365
11 changed files with 17 additions and 41 deletions

View File

@@ -1,24 +0,0 @@
<template>
<div>
<d2-module-index-banner v-bind="banner"/>
</div>
</template>
<script>
import d2ModuleIndexBanner from './components/banner'
export default {
components: {
d2ModuleIndexBanner
},
props: {
banner: {
type: Object,
default: () => ({
title: '',
subTitle: '',
link: ''
})
}
}
}
</script>

View File

@@ -16,6 +16,6 @@ Vue.component('d2-icon-select', () => import('./d2-icon-select/index.vue'))
Vue.component('d2-icon-svg', () => import('./d2-icon-svg/index.vue'))
Vue.component('d2-markdown', () => import('./d2-markdown'))
Vue.component('d2-mde', () => import('./d2-mde'))
Vue.component('d2-module-index', () => import('./d2-module-index'))
Vue.component('d2-module-banner', () => import('./d2-module-banner'))
Vue.component('d2-quill', () => import('./d2-quill'))
Vue.component('d2-ueditor', () => import('./d2-ueditor'))