comand-component-library 3.1.79 → 3.1.80

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,10 @@
1
+ export default {
2
+ data() {
3
+ return {
4
+ defaultMessageProperties: {
5
+ "cmdlistofrequirements.headline.requirement_for_input": "Requirement for input",
6
+ "cmdlistofrequirements.headline.requirements_for_input": "Requirements for input",
7
+ }
8
+ }
9
+ }
10
+ }