When I call function flash() from Vuex it works but it doesn't apply global options like ``` Vue.use(VueFlashMessage, { messageOptions: { timeout: 1000, } }); ``` Calling it from Vuex does also support passing global options?