mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
feat(module): add support for vue using unplugin (#2416)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
8
test/utils/setup.ts
Normal file
8
test/utils/setup.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// @ts-expect-error incomplete implementation
|
||||
window.IntersectionObserver = class IntersectionObserver {
|
||||
// eslint-disable-next-line
|
||||
constructor() {}
|
||||
observe() {}
|
||||
unobserve() {}
|
||||
disconnect() {}
|
||||
}
|
||||
Reference in New Issue
Block a user