Isabelle Lafont

Joined

610 Experience
6 Lessons Completed
0 Questions Solved

Activity

Posted in Rails & Vue.js Trello Clone - Part 2 Discussion

I had the same error and to fix it, I've added "import Rails from '@rails/ujs'"; into the script part in app.vue likewise :

import Rails from '@rails/ujs'; export default { ... }