11 lines
160 B
JavaScript
11 lines
160 B
JavaScript
module.exports = {
|
|
'test-file-stub': 'test-file-stub',
|
|
$store:{
|
|
getters: {
|
|
buttonList: ['main_add']
|
|
},
|
|
},
|
|
getters: {},
|
|
commit: ()=>{}
|
|
}
|