We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f9cfb commit 59831fbCopy full SHA for 59831fb
lib/module/index.js
@@ -51,7 +51,7 @@ function validateOptions (options) {
51
}
52
53
// Enforce vuex store because auth depends on it
54
- if (!this.options.store) {
+ if (options.vuex && !this.options.store) {
55
logger.fatal('Enable vuex store by creating `store/index.js`.')
56
57
0 commit comments