pull/1391/head
Tuğçe Küçükoğlu 2021-07-27 13:27:35 +03:00
parent f7f6033c1c
commit b984f47992
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import SpeedDial from 'primevue/speeddial';
<p>When pressed, a floating action button can display multiple primary actions that can be performed on a page. It has a collection of additional options defined by the <i>model</i> property.
SpeedDial's position is calculated according to the container element with the position type style.</p>
<pre v-code.script><code>
<pre v-code><code>
&lt;SpeedDial :model="items" /&gt;
</code></pre>