UNPKG

@shagital/adonisjs-crud-generator

Version:

Adonisjs Admin Panel Generator is a package that helps you quickly scaffold your typical CRUD admin interfaces. It generates the admin panel code based on the existing (migrated) table in the database

7 lines (5 loc) 174 B
export default { sidebar_open: (state) => state.sidebar_open, dropdown_open: (state) => state.dropdown_open, expanded_menu : (state) => state.expanded_menu, }