mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 02:10:40 +01:00
docs(slideover): clean example
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { SlideoverExampleComponent } from '#components'
|
import { SlideoverExampleComponent } from '#components'
|
||||||
|
|
||||||
const slideover = useSlideover()
|
const slideover = useSlideover()
|
||||||
const count = ref(0)
|
const count = ref(0)
|
||||||
function openSlideover () {
|
function openSlideover () {
|
||||||
|
|||||||
Reference in New Issue
Block a user