Skip to content

Commit

Permalink
Fixed copied typing to be lint compliant
Browse files Browse the repository at this point in the history
Related to Issue #25
  • Loading branch information
BobChao87 committed Jul 28, 2021
1 parent 817f619 commit 787aa79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Vue from 'vue';
import { MetaInfo } from 'vue-meta';
export default Vue.extend({
head(): Required<Pick<MetaInfo, "htmlAttrs" | "link" | "meta">> {
head(): Required<Pick<MetaInfo, 'htmlAttrs'|'link'|'meta'>> {
return this.$nuxtI18nHead({ addSeoAttributes: true });
},
mounted(): void {
Expand Down

0 comments on commit 787aa79

Please sign in to comment.