From a65be016d7825a61ac775e48b04d7d8dca88dcca Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Wed, 13 May 2020 00:28:00 +0300 Subject: [PATCH] Fixed inputnumber docs --- src/views/inputnumber/InputNumberDoc.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/inputnumber/InputNumberDoc.vue b/src/views/inputnumber/InputNumberDoc.vue index e9aa17002..49b3375a5 100755 --- a/src/views/inputnumber/InputNumberDoc.vue +++ b/src/views/inputnumber/InputNumberDoc.vue @@ -106,8 +106,8 @@ Vertical

Properties

InputNumber passes any valid attribute to the underlying input element.

-
- +
+
@@ -142,13 +142,13 @@ Vertical - + - +
NameLayout of the buttons, valid values are "stacked" (default), "horizontal" and "vertical".
incrementButtonClassNameincrementButtonClass string null Style class of the increment button.
decrementButtonClassNamedecrementButtonClass string null Style class of the decrement button.