6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
|
import { mapActions } from 'vuex'
|
||
|
|
||
|
export const showRecoveryKeyMethods = {
|
||
|
...mapActions('notice', ['addNoticeWithInterval'])
|
||
|
}
|