mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-06-01 20:55:02 -04:00
refactor(lint): fix lint
This commit is contained in:
parent
b34eb4c1ac
commit
b19219fdbf
@ -7,7 +7,6 @@ import {ToolConfigMixin} from '~/mixins/tool-config.mixin'
|
|||||||
components: {ToolWrapper}
|
components: {ToolWrapper}
|
||||||
})
|
})
|
||||||
export default class Tool extends mixins(ToolConfigMixin) {
|
export default class Tool extends mixins(ToolConfigMixin) {
|
||||||
|
|
||||||
public head() {
|
public head() {
|
||||||
const {title, description, keywords} = this.$toolConfig
|
const {title, description, keywords} = this.$toolConfig
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user