SelectButton description fixes

pull/5069/head
tugcekucukoglu 2024-01-11 16:53:39 +03:00
parent 3aae1bf675
commit eb2575cba1
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template> <template>
<DocComponent title="Vue Dialog Component" header="Dialog" description="Dialog is a container to display content in an overlay window" :componentDocs="docs" :apiDocs="['Dialog']" :ptTabComponent="ptComponent" :themingDocs="themingDoc" /> <DocComponent title="Vue Dialog Component" header="Dialog" description="Dialog is a container to display content in an overlay window." :componentDocs="docs" :apiDocs="['Dialog']" :ptTabComponent="ptComponent" :themingDocs="themingDoc" />
</template> </template>
<script> <script>

View File

@ -2,7 +2,7 @@
<DocComponent <DocComponent
title="Vue SelectButton Component" title="Vue SelectButton Component"
header="SelectButton" header="SelectButton"
description="Slider is a component to provide input with a drag handle." description="SelectButton is used to choose single or multiple items from a list using buttons."
:componentDocs="docs" :componentDocs="docs"
:apiDocs="['SelectButton']" :apiDocs="['SelectButton']"
:ptTabComponent="ptComponent" :ptTabComponent="ptComponent"