From 22bceb9ea337c44222c4256a94c0d01757a3fe43 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Fri, 8 May 2020 23:59:17 +0300 Subject: [PATCH] Linting --- src/views/button/ButtonDoc.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/button/ButtonDoc.vue b/src/views/button/ButtonDoc.vue index b4b99d179..4856bd1ee 100755 --- a/src/views/button/ButtonDoc.vue +++ b/src/views/button/ButtonDoc.vue @@ -61,7 +61,7 @@ import Button from 'primevue/button';

Use "p-button-link" class to render the button as a link.

<Button label="Link" class="p-button-link" /> - +

ButtonSet

Wrapping the buttons in a container having a .p-buttonset class, groups the buttons side to side.