Add vuestic
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user