BernhardtD / vue-sorted-table

A basic sorted table for Vue.js.
MIT License
33 stars 4 forks source link

Allow SortLink to be deep child of SortedTable #21

Closed bmulholland closed 3 years ago

bmulholland commented 3 years ago

Use Vue's recommended approach for avoiding accessing $parent.

I've also updated the README for Vue 2.6 syntax (since Vue 2.6 is required), generated the bundle, and added easier importing when using Nuxt. Let me know if you want me to split those out.

BernhardtD commented 3 years ago

Thank you for your contribution!