BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
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