lotrekagency / mapo

🥭 Our Nuxt module to simplify the making of administration panels, and authenticated web applications.
MIT License
10 stars 3 forks source link

Added search field on list component #9

Closed edoaxyz closed 2 years ago

edoaxyz commented 2 years ago

The search field works by listening change events on a <v-text-field> with a debounce of 1sec.

Other changes has also been done: