fix: removed ToolConfig from memo

This commit is contained in:
Corentin Thomasset 2021-06-01 17:33:55 +02:00
parent 285fcb9ae6
commit ddef668530
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -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>