diff --git a/frontend/package.json b/frontend/package.json index 57241c0..e027b18 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,5 +1,5 @@ { - "name": "frontend", + "name": "Bullish", "version": "0.1.0", "private": true, "scripts": { diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 78acc80..a5212c6 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -9,6 +9,14 @@ diff --git a/frontend/src/routes.js b/frontend/src/routes.js index 0da1fa2..d5b485c 100644 --- a/frontend/src/routes.js +++ b/frontend/src/routes.js @@ -13,6 +13,9 @@ export default new VueRouter({ path: '/bhavcopy', name: 'bhavcopy', component: BhavCopy, + meta: { + title: 'Bhav Copy - Equity' + } } ] })