vue-good-table icon indicating copy to clipboard operation
vue-good-table copied to clipboard

docs: change @on-event to @event

Open Tchoupinax opened this issue 3 years ago • 0 comments

Hello,

I lost few times because my event did not work and I finally see that I was using @on-sort-change="onSortChange" (copied from the documentation) while I must use @sort-change="onSortChange" in Vue.js

I update each time @on- was found in the repo.

Thank you for your work! :) Cheers!

Tchoupinax avatar Aug 09 '22 07:08 Tchoupinax