Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1a12471d
Commit
1a12471d
authored
May 11, 2018
by
Dennis Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo
parent
e665169a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/development/fe_guide/vuex.md
doc/development/fe_guide/vuex.md
+1
-1
No files found.
doc/development/fe_guide/vuex.md
View file @
1a12471d
...
@@ -68,7 +68,7 @@ Often we need to provide data from haml to our Vue application. Let's store it i
...
@@ -68,7 +68,7 @@ Often we need to provide data from haml to our Vue application. Let's store it i
You can use
`mapState`
to access state properties in the components.
You can use
`mapState`
to access state properties in the components.
### `actions.js`
### `actions.js`
An action is a p
l
ayload of information to send data from our application to our store.
An action is a payload of information to send data from our application to our store.
An action is usually composed by a
`type`
and a
`payload`
and they describe what happened.
An action is usually composed by a
`type`
and a
`payload`
and they describe what happened.
Enforcing that every change is described as an action lets us have a clear understanting of what is going on in the app.
Enforcing that every change is described as an action lets us have a clear understanting of what is going on in the app.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment