From 437949f977a79ac993d4c6f544969949b75d3d0d Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Sun, 11 Aug 2019 14:36:33 +0300 Subject: [PATCH] Doc update --- src/AppMenu.vue | 2 +- src/views/button/ButtonDoc.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AppMenu.vue b/src/AppMenu.vue index f146865187..04bdd304e9 100644 --- a/src/AppMenu.vue +++ b/src/AppMenu.vue @@ -16,6 +16,7 @@ ● Dropdown ● Editor ● InputGroup + ● InputMask ● InputSwitch ● InputText ● Listbox @@ -29,7 +30,6 @@ ● Textarea ● ToggleButton ● TriCheckbox - ● InputMask diff --git a/src/views/button/ButtonDoc.vue b/src/views/button/ButtonDoc.vue index fd33270e05..edd36c81b1 100644 --- a/src/views/button/ButtonDoc.vue +++ b/src/views/button/ButtonDoc.vue @@ -58,7 +58,7 @@ import Button from 'primevue/button';

Properties

-

Any valid attribute such as style and class are passed to the underlying input element. Following are the additional properties to configure the component.

+

Any valid attribute such as style and class are passed to the underlying button element. Following are the additional properties to configure the component.