Error handling response: TypeError: Cannot read property 'toLowerCase' of null at grepperPage
Vue.js
options = {
el: '#app',
data: {
msg: '' // I wrote msg = '', and that was the reason why appears the error
},