@miyauci/vue-data-table
v1.1.1
Published
<img src="https://img.shields.io/npm/v/@miyauci/vue-data-table?color=blue"> <img src="https://img.shields.io/npm/l/@miyauci/vue-data-table"> <img src="https://img.shields.io/npm/dw/@miyauci/vue-data-table"> <img src="https://img.badgesize.io/https:/unpkg.
Readme
vue-data-table
Composition API baseed table component
Install
yarn add @miyauci/vue-data-tableimport { createApp } from 'vue'
import plugin from '@miyauci/vue-data-table'
createApp(App).use(plugin()).mount('#app')