Skip to content

Commit

Permalink
feat: setting page title globally (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
faversente authored Jun 14, 2021
1 parent fccb05f commit 5785820
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iris-client-fe/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ export default Vue.extend({
components: {
UserMenu,
},
created() {
document.title = "IRIS connect";
},
data: () => ({
links: routes,
}),
Expand Down

0 comments on commit 5785820

Please sign in to comment.