Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Opolka
vue-cdbp
Commits
2f9906c5
Commit
2f9906c5
authored
Jan 20, 2018
by
Markus Opolka
Browse files
Add some more comments
parent
453f9ae8
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/components/Features.vue
View file @
2f9906c5
...
...
@@ -109,6 +109,7 @@ export default {
let
url
=
'
http://localhost:3000/api/features/
'
// TODO: this is a bit silly
// Adding the lettername to the API endpoint
if
(
this
.
selected
.
text
!==
'
All
'
)
{
url
=
url
+
this
.
selected
.
text
.
replace
(
/ /g
,
'
_
'
)
+
'
/
'
}
...
...
src/components/Letter.vue
View file @
2f9906c5
...
...
@@ -104,7 +104,6 @@ export default {
},
imgfolder
(
img
)
{
// Add static image folder to path
// TODO: Do with path?
return
'
/static/
'
+
img
},
underscore
(
str
)
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment