[Vuejs]-I get this error: Property or method "auto_password" is not defined on the instance but referenced during render

0👍

Remove this piece from your app.js in assets:

var app = new Vue({
    el: '#app',
    data: {}
})

Leave a comment