feat: vp-raw

This commit is contained in:
Alexandr
2022-07-05 18:12:59 +03:00
parent d564fb0cbf
commit 917c21cc84
37 changed files with 190 additions and 48 deletions

View File

@@ -0,0 +1,8 @@
<template>
<div class="vp-raw">
<tabs />
</div>
</template>
<script setup>
import { Tabs } from '../../../../src/index'
</script>