doc: added doc examples

This commit is contained in:
victor
2022-12-13 00:48:38 +04:00
parent f724f2102a
commit bae7cd2c5a
6 changed files with 286 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="relative overflow-x-auto shadow-md sm:rounded-lg">
<div class="vp-raw relative overflow-x-auto shadow-md sm:rounded-lg">
<table class="w-full text-sm text-left text-gray-500 dark:text-gray-400">
<slot></slot>
</table>