Skip to content
Snippets Groups Projects
Commit 4024a1ce authored by Juliette Kalflèche's avatar Juliette Kalflèche
Browse files

solve lint

parent fb242674
Branches
No related tags found
1 merge request!18Add user and other
Pipeline #42619 passed
......@@ -3,25 +3,6 @@
</template>
<script>
import axios from "axios";
export default {
data: function () {
return {
moviename: "",
movies: [],
moviesLoadingError: "",
};
},
methods: {
search_movie: function () {
let input = document.getElementById('searchbar').value
input=input.toLowerCase();
let x = document.getElementsByClassName('movies');
}
}
};
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment