no message
Former-commit-id: 85b7eab49c2dc78468172c3746fe9144b6eb3544 Former-commit-id: e6e5da925e91f568a3950b9e988b4d4996cf5bf5 Former-commit-id: 75fc437dff21eb7120b2518771d6bde731a5c75d
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'd2-demo-page-header',
|
||||
props: {
|
||||
title: {
|
||||
type: String,
|
||||
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user