diff --git a/README.md b/README.md index 3427eaf..04404e6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Tailwind Vue Data Table +![](https://img.shields.io/badge/Vue3-318534?logo=vuedotjs&logoColor=white&style=flat-square) +![](https://img.shields.io/badge/Tailwind-6899C7?logo=tailwindcss&logoColor=white&style=flat-square) + Simple DataTable with slots, class and style modification for tr and td, sortable by columns (only graphics with click event). Contains the TVPaginator component that can be disabled via prop or used in stand-alone mode. diff --git a/dev/App.vue b/dev/App.vue index 10fe735..0ac7dbb 100644 --- a/dev/App.vue +++ b/dev/App.vue @@ -1,7 +1,7 @@