init
This commit is contained in:
commit
44f31f8b9f
402 changed files with 47865 additions and 0 deletions
10
modules/account/injectors/setupAccountInjectors.js
Normal file
10
modules/account/injectors/setupAccountInjectors.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
import { mapActions, mapGetters } from 'vuex'
|
||||
|
||||
export const setupAccountMethods = {
|
||||
...mapActions('notice', ['addNoticeWithInterval']),
|
||||
...mapActions('encryptedNote', ['clearState', 'setupAccount'])
|
||||
}
|
||||
|
||||
export const setupAccountComputed = {
|
||||
...mapGetters('encryptedNote', ['setupAccountRequest'])
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue