Activity
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 { ... }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 { ... }