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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
de16915b
Commit
de16915b
authored
Mar 13, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bad code example
parent
8e6c9e9b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/development/frontend.md
doc/development/frontend.md
+2
-2
No files found.
doc/development/frontend.md
View file @
de16915b
...
...
@@ -66,7 +66,7 @@ Let's look into each of them:
This is the index file of your new feature. This is where the root Vue instance
of the new feature should be.
The Store and the Service should be
load
ed in this file and provided as a prop to the main component.
The Store and the Service should be
imported and initializ
ed in this file and provided as a prop to the main component.
Don't forget to follow
[
these steps.
][
page_specific_javascript
]
...
...
@@ -353,7 +353,7 @@ Good:
```
javascript
class
Foo
{
constructor
(
opts
)
{
opts
.
container
.
querySelector
(
'
.bar
'
);
document
.
querySelector
(
`
${
opts
.
container
}
.bar`
);
}
}
...
...
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