UNPKG

laravel-vue-datatable

Version:

Vue.js datatable made with Laravel and Bootstrap in mind

8 lines 141 B
export default { showCode (state) { state.showCode = true; }, hideCode (state) { state.showCode = false; } };