no message

Former-commit-id: 85b7eab49c2dc78468172c3746fe9144b6eb3544
Former-commit-id: e6e5da925e91f568a3950b9e988b4d4996cf5bf5
Former-commit-id: 75fc437dff21eb7120b2518771d6bde731a5c75d
This commit is contained in:
liyang
2018-06-10 16:36:09 +08:00
parent 59a0c2cc95
commit 8f4cd65ece
22 changed files with 22 additions and 21 deletions

View File

@@ -7,6 +7,7 @@
<script>
export default {
name: 'd2-demo-page-header',
props: {
title: {
type: String,

View File

@@ -1,4 +1,4 @@
import Vue from 'vue'
Vue.component('PageHeader', () => import('@/components/demo/PageHeader'))
Vue.component('d2-demo-page-header', () => import('@/components/demo/d2-demo-page-header'))
Vue.component('PageIndexArticle', () => import('@/components/demo/PageIndexArticle'))