Skip to content

Commit

Permalink
lint: fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
leedom92 committed Aug 19, 2023
1 parent 167b938 commit b811cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/vue-h5-template/src/store/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const useUserStore = defineStore('user', {
author: 'Leedom',
}),
getters: {
name: state => state.author.toLocaleLowerCase() + '92',
name: state => `${state.author.toLocaleLowerCase()}92`,
github() {
return `https://github.com/${this.name}`
},
Expand Down

0 comments on commit b811cef

Please sign in to comment.