12 lines
228 B
Plaintext
12 lines
228 B
Plaintext
<t-fab
|
|
icon="gesture-press"
|
|
text="拖我"
|
|
aria-label="增加"
|
|
usingCustomNavbar
|
|
draggable
|
|
y-bounds="{{[0, 32]}}"
|
|
bind:click="handleClick"
|
|
bind:dragstart="handleDragStart"
|
|
bind:dragend="handleDragEnd"
|
|
></t-fab>
|