SelectButton description fixes
parent
3aae1bf675
commit
eb2575cba1
|
@ -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>
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue