init
This commit is contained in:
commit
44f31f8b9f
402 changed files with 47865 additions and 0 deletions
19
modules/account/injectors/сontrolInjectors.js
Normal file
19
modules/account/injectors/сontrolInjectors.js
Normal file
|
@ -0,0 +1,19 @@
|
|||
import { mapActions, mapGetters } from 'vuex'
|
||||
|
||||
export const controlMethods = {
|
||||
...mapActions('notice', ['addNoticeWithInterval']),
|
||||
...mapActions('encryptedNote', ['decryptNotes', 'removeAccount', 'enabledSaveFile', 'getRecoveryKey'])
|
||||
}
|
||||
|
||||
export const controlComputed = {
|
||||
...mapGetters('encryptedNote', ['isEnabledSaveFile', 'isSetupAccount'])
|
||||
}
|
||||
|
||||
export const statisticComputed = {
|
||||
...mapGetters('encryptedNote', ['statistic']),
|
||||
...mapGetters('token', ['getSymbol'])
|
||||
}
|
||||
|
||||
export const headerComputed = {
|
||||
...mapGetters('encryptedNote', ['accounts'])
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue