Button

A simple button widget.

Events

click

Called when the button is clicked.

Example

<Button v-on:click="ok">OK</Button>

Last updated