Fixed button docs inconsistencies (#223)

* fix: Fixed dropzone not applying multiple prop (#185)

* fix: Fixed button docs inconsistencies
This commit is contained in:
Taha Okumuş
2023-10-09 10:59:44 +03:00
committed by GitHub
parent 99a9fdaff2
commit 88c1172924
2 changed files with 12 additions and 19 deletions

View File

@@ -1,6 +1,7 @@
<template>
<div class="vp-raw inline-flex align-center gap-2 flex-wrap">
<Button color="default" href="https://google.com" target="_blank">Default</Button>
<Button href="/about" tag="router-link">Router link</Button>
</div>
</template>
<script setup>