7 lines
88 B
JavaScript
7 lines
88 B
JavaScript
export default {
|
|
computed: {
|
|
isWipLimitsOn() {
|
|
return false;
|
|
},
|
|
},
|
|
};
|