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
a2ce9087
Commit
a2ce9087
authored
Jun 25, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Pascal Case for Vue components imports
parent
ab339cf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
app/assets/javascripts/boards/components/board_sidebar.js
app/assets/javascripts/boards/components/board_sidebar.js
+8
-8
No files found.
app/assets/javascripts/boards/components/board_sidebar.js
View file @
a2ce9087
...
...
@@ -6,13 +6,13 @@ import Flash from '../../flash';
import
{
__
}
from
'
../../locale
'
;
import
Sidebar
from
'
../../right_sidebar
'
;
import
eventHub
from
'
../../sidebar/event_hub
'
;
import
a
ssigneeTitle
from
'
../../sidebar/components/assignees/assignee_title.vue
'
;
import
a
ssignees
from
'
../../sidebar/components/assignees/assignees.vue
'
;
import
A
ssigneeTitle
from
'
../../sidebar/components/assignees/assignee_title.vue
'
;
import
A
ssignees
from
'
../../sidebar/components/assignees/assignees.vue
'
;
import
DueDateSelectors
from
'
../../due_date_select
'
;
import
r
emoveBtn
from
'
./sidebar/remove_issue.vue
'
;
import
R
emoveBtn
from
'
./sidebar/remove_issue.vue
'
;
import
IssuableContext
from
'
../../issuable_context
'
;
import
LabelsSelect
from
'
../../labels_select
'
;
import
s
ubscriptions
from
'
../../sidebar/components/subscriptions/subscriptions.vue
'
;
import
S
ubscriptions
from
'
../../sidebar/components/subscriptions/subscriptions.vue
'
;
import
MilestoneSelect
from
'
../../milestone_select
'
;
const
Store
=
gl
.
issueBoards
.
BoardsStore
;
...
...
@@ -22,10 +22,10 @@ window.gl.issueBoards = window.gl.issueBoards || {};
gl
.
issueBoards
.
BoardSidebar
=
Vue
.
extend
({
components
:
{
a
ssigneeTitle
,
a
ssignees
,
r
emoveBtn
,
s
ubscriptions
,
A
ssigneeTitle
,
A
ssignees
,
R
emoveBtn
,
S
ubscriptions
,
},
props
:
{
currentUser
:
{
...
...
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