Improve rendering of page title
This commit is contained in:
parent
0570582459
commit
ac58afd14b
|
@ -13,8 +13,7 @@ let app = document.getElementById('app')
|
||||||
|
|
||||||
new Vue({
|
new Vue({
|
||||||
metaInfo: {
|
metaInfo: {
|
||||||
title: 'Loading…',
|
titleTemplate: (title) => title ? `${title} - Ping CRM` : 'Ping CRM'
|
||||||
titleTemplate: '%s | Ping CRM',
|
|
||||||
},
|
},
|
||||||
render: h => h(InertiaApp, {
|
render: h => h(InertiaApp, {
|
||||||
props: {
|
props: {
|
||||||
|
|
Loading…
Reference in New Issue