diff --git a/resources/js/app.js b/resources/js/app.js index c3a7990..e5500a6 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -13,8 +13,7 @@ let app = document.getElementById('app') new Vue({ metaInfo: { - title: 'Loading…', - titleTemplate: '%s | Ping CRM', + titleTemplate: (title) => title ? `${title} - Ping CRM` : 'Ping CRM' }, render: h => h(InertiaApp, { props: {