Skip to content

Commit

Permalink
fix: remove "[Beta]" from page title
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkarczmarczyk authored Nov 29, 2019
1 parent 1a0b591 commit 06cfe2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import ROUTE_REQUESTED from '@/graphql/app/routeRequested.gql'
export default {
metaInfo: {
titleTemplate: chunk => chunk ? `[Beta] ${chunk} - Vue CLI` : '[Beta] Vue CLI'
titleTemplate: chunk => chunk ? `${chunk} - Vue CLI` : 'Vue CLI'
},
computed: {
Expand Down

0 comments on commit 06cfe2d

Please sign in to comment.