Change appName to title

This commit is contained in:
Oliver Davies 2019-06-14 23:04:14 +01:00
parent c428624939
commit 4da1446820
3 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@
</p>
</alert-message>
<router-view :app-name="name"></router-view>
<router-view :title="title"></router-view>
</div>
</template>
@ -19,7 +19,7 @@
export default {
data () {
return {
name: 'Rebuilding Platform.sh'
title: 'Rebuilding Platform.sh'
}
}
}