comand-component-library 4.1.21 → 4.1.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,12 @@
1
+ export default {
2
+ data() {
3
+ return {
4
+ defaultMessageProperties: {
5
+ "slide_buttons.tooltip.left": "Previous",
6
+ "slide_buttons.tooltip.right": "Next",
7
+ "slide_buttons.tooltip.up": "Previous",
8
+ "slide_buttons.tooltip.down": "Next"
9
+ }
10
+ }
11
+ }
12
+ }