Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
recipe-search2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonathan Schlue
recipe-search2
Commits
6b83f5f3
Commit
6b83f5f3
authored
6 years ago
by
Lukas Gehrke
Browse files
Options
Downloads
Plain Diff
Merge branch '33-frontend-weniger-debugging-output' into 'master'
Resolve "Frontend: Weniger Debugging Output" Closes
#33
See merge request
!36
parents
54d2bcd2
4a21a0af
No related branches found
No related tags found
1 merge request
!36
Resolve "Frontend: Weniger Debugging Output"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/components/ResultList.vue
+0
-3
0 additions, 3 deletions
frontend/src/components/ResultList.vue
with
0 additions
and
3 deletions
frontend/src/components/ResultList.vue
+
0
−
3
View file @
6b83f5f3
...
...
@@ -49,14 +49,11 @@ export default {
axios
.
get
(
path
)
.
then
(
response
=>
{
console
.
log
(
response
)
this
.
resultSet
=
response
.
data
.
hits
.
hits
})
.
catch
(
error
=>
{
console
.
log
(
error
)
})
console
.
log
()
}
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment