mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
fix: removed ToolConfig from memo
This commit is contained in:
parent
285fcb9ae6
commit
ddef668530
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ type MemoItems = { section: string, items: { text: string, code?: string, subtit
|
|||
components: {ToolHeader}
|
||||
})
|
||||
export default class Memo extends Tool {
|
||||
private memoConfig: ToolConfig = this.config();
|
||||
private items: MemoItems = this.$t('memo') as unknown as MemoItems
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue