Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Frontend
Commits
4faf5115
Commit
4faf5115
authored
4 years ago
by
Erwan Rouchet
Committed by
Bastien Abadie
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Enable Vuex strict mode in dev
parent
ba2a1717
No related branches found
No related tags found
1 merge request
!570
Enable Vuex strict mode in dev
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
js/store/index.js
+2
-1
2 additions, 1 deletion
js/store/index.js
with
2 additions
and
1 deletion
js/store/index.js
+
2
−
1
View file @
4faf5115
...
...
@@ -101,7 +101,8 @@ const store = new Store({
state
:
initialState
(),
mutations
,
actions
,
modules
:
loadModules
()
modules
:
loadModules
(),
strict
:
process
.
env
.
NODE_ENV
===
'
development
'
})
export
default
store
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment