Vue js is not working in my laravel
Vue js is not working in my laravel I'm following the tutorial form DevMarketer and got lost when Vue commands Vue commands dont work on my codes. I run npm run dev and npm run watch to generate the errors but, nothing happens seems like my code is totally working then i check on developer tool on my browser then the error pops up comming from root . npm run dev npm run watch developer tool root The error message is: [Vue warn]: Property or method "password_options" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties. And this is the breakdown: warn @ app.js:sourcemap:32590 warnNonPresent @ app.js:sourcemap:33896 has @ app.js:sourcemap:33929 (anonymous) @ VM8162:2 Vue._rend...