mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 05:53:27 +09:00
518 B
518 B
Line Icons
Vuero VInput are fully compatible with Line Icons.
Use the icon or iconify props on the <VControl />
component to show an icon.
<template>
<VField>
<VControl icon="lnil lnil-briefcase">
<VInput type="text" placeholder="Company" />
</VControl>
</VField>
</template>