Skip to content

Commit

Permalink
refactor($HelloWorld): remove unnecessary word
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Jan 20, 2020
1 parent fbdd899 commit f7231e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HelloWorld.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class HelloWorld extends Vue {

async mounted () {
this.version = AppUtil.getVersionInfo()
this.environment = `Environment: ${process.env.NODE_ENV} (${process.env.VUE_APP_ENV})`
this.environment = `${process.env.NODE_ENV} (${process.env.VUE_APP_ENV})`
}

async handelClickTest (): Promise<void> {
Expand Down

0 comments on commit f7231e4

Please sign in to comment.