3.0.0 • Published 5 years ago

@dynapp/wc-agenda v3.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Agenda

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

API

Props

Vuex actions are expected to return a promise.

  • getterName - String - Vuex getter for items. Default: 'agenda/items'
  • fetchAction - String - Vuex action for fetching items. Default: 'agenda/fetchItems'
  • createAction - String - Vuex action for create. Passes item. Default: 'agenda/createItem'
  • updateAction - String - Vuex action for update. Passes item. Default: 'agenda/updateItem'
  • deleteAction - String - Vuex action for delete. Passes item id. Default: 'agenda/deleteItem'
  • addButton - Boolean - Whether to show add button or not. Default: true
  • deleteDialog - Boolean - Whether to show add button or not. Default: true
  • disabled - Boolean - Whether input is disabled. Default: false
  • subtype - String - Subtype for agenda. Filters the list and gets applied to items. Can be used to maintain multiple agendas in one app. Default: ''

Slots

TODO

3.0.0

5 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago