mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
9 lines
163 B
Vue
9 lines
163 B
Vue
<template>
|
|
<div>
|
|
Welcome
|
|
<NuButton class="ml-3" variant="primary" icon="heroicons-outline:check-circle">
|
|
toto
|
|
</NuButton>
|
|
</div>
|
|
</template>
|