mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 10:20:42 +01:00
Initial commit
This commit is contained in:
8
example/app.vue
Normal file
8
example/app.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div>
|
||||
Welcome
|
||||
<NuButton class="ml-3" variant="primary" icon="heroicons-outline:check-circle">
|
||||
toto
|
||||
</NuButton>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user