mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-24 02:02:35 -04:00
fix: removed ToolConfig from memo
This commit is contained in:
parent
285fcb9ae6
commit
ddef668530
@ -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…
x
Reference in New Issue
Block a user