Doc update

pull/41/head
cagataycivici 2019-08-11 14:36:33 +03:00
parent 00a433896f
commit 437949f977
2 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,7 @@
<router-link to="/dropdown">&#9679; Dropdown</router-link>
<router-link to="/editor">&#9679; Editor</router-link>
<router-link to="/inputgroup">&#9679; InputGroup</router-link>
<router-link to="/inputmask">&#9679; InputMask</router-link>
<router-link to="/inputswitch">&#9679; InputSwitch</router-link>
<router-link to="/inputtext">&#9679; InputText</router-link>
<router-link to="/listbox">&#9679; Listbox</router-link>
@ -29,7 +30,6 @@
<router-link to="/textarea">&#9679; Textarea</router-link>
<router-link to="/togglebutton">&#9679; ToggleButton</router-link>
<router-link to="/tristatecheckbox">&#9679; TriCheckbox</router-link>
<router-link to="/inputmask">&#9679; InputMask</router-link>
</div>
</div>
</transition>

View File

@ -58,7 +58,7 @@ import Button from 'primevue/button';
</CodeHighlight>
<h3>Properties</h3>
<p>Any valid attribute such as style and class are passed to the underlying input element. Following are the additional properties to configure the component.</p>
<p>Any valid attribute such as style and class are passed to the underlying button element. Following are the additional properties to configure the component.</p>
<div class="doc-tablewrapper">
<table class="doc-table">
<thead>