Change appName to title
This commit is contained in:
parent
c428624939
commit
4da1446820
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
<div>
|
||||
<banner>
|
||||
<template v-slot:banner-left>
|
||||
<project-breadcrumb :app-name="appName"/>
|
||||
<project-breadcrumb :title="title"/>
|
||||
</template>
|
||||
</banner>
|
||||
Project
|
||||
|
@ -14,7 +14,7 @@ import ProjectBreadcrumb from '@/components/ProjectBreadcrumb'
|
|||
|
||||
export default {
|
||||
props: {
|
||||
appName: {
|
||||
title: {
|
||||
type: String,
|
||||
required: true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue