SelectButton description fixes
parent
3aae1bf675
commit
eb2575cba1
|
@ -1,5 +1,5 @@
|
|||
<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>
|
||||
|
||||
<script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<DocComponent
|
||||
title="Vue SelectButton Component"
|
||||
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"
|
||||
:apiDocs="['SelectButton']"
|
||||
:ptTabComponent="ptComponent"
|
||||
|
|
Loading…
Reference in New Issue