mirror of
https://github.com/crater-invoice/crater.git
synced 2026-02-10 12:52:41 -05:00
build version 400
This commit is contained in:
@@ -9,7 +9,9 @@ const initialState = {
|
||||
componentName: '',
|
||||
id: '',
|
||||
size: 'md',
|
||||
data: null
|
||||
data: null,
|
||||
refreshData: null,
|
||||
variant: '',
|
||||
}
|
||||
|
||||
export default {
|
||||
@@ -21,5 +23,5 @@ export default {
|
||||
|
||||
actions: actions,
|
||||
|
||||
mutations: mutations
|
||||
mutations: mutations,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user