UNPKG
@tofandel/vue3-carousel
Version:
latest (0.15.6)
0.15.6
0.15.5
0.15.4
0.15.3
0.15.2
0.14.5
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.10.0
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.3
0.9.2
0.9.1
0.9.0
A simple carousel component for Vue 3
github.com/ismail9k/vue3-carousel
ismail9k/vue3-carousel
@tofandel/vue3-carousel
/
vitest.setup.ts
8 lines
(7 loc)
•
148 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
if
(
typeof
global
.
ResizeObserver
===
'undefined'
) {
global
.
ResizeObserver
=
class
{
observe
(
) {}
unobserve
(
) {}
disconnect
(
) {} } }