init
This commit is contained in:
commit
44f31f8b9f
402 changed files with 47865 additions and 0 deletions
11
modules/account/injectors/noteInjectors.js
Normal file
11
modules/account/injectors/noteInjectors.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { mapActions, mapGetters, mapState } from 'vuex'
|
||||
|
||||
export const noteMethods = {
|
||||
...mapActions('encryptedNote', ['checkExistAccount', 'highlightNoteAccount'])
|
||||
}
|
||||
|
||||
export const noteComputed = {
|
||||
...mapGetters('encryptedNote', ['isSetupAccount']),
|
||||
...mapState('metamask', ['isInitialized', 'netId']),
|
||||
...mapGetters('encryptedNote', ['isHighlightedNoteAccount'])
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue