mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 00:42:25 +09:00
536 B
536 B
Rounded input
You can easily change the shape of the VInput inside the field.
Simply add the is-rounded class to the Html input element.
<template>
<VField>
<VControl>
<VInput
type="text"
class="is-rounded"
placeholder="Username"
/>
</VControl>
</VField>
</template>