Add vuestic

This commit is contained in:
2025-09-06 23:01:36 +02:00
parent e5e9bfa14a
commit 1be0affff3
7 changed files with 792 additions and 7 deletions
+7 -2
View File
@@ -1,5 +1,10 @@
<script setup lang="ts"></script>
<script setup lang="ts">
import { VaButton } from 'vuestic-ui';
</script>
<template><h1>home</h1></template>
<template>
<h1 class="text-3xl text-red-500">home</h1>
<VaButton icon="home" />
</template>
<style scoped></style>