chore: prefer named exports (#8315)
* chore: prefer named exports * chore: fix import
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { nextTick, ref } from 'vue';
|
||||
import { mockScrollTop, mount } from '../../../test';
|
||||
import Sticky from '..';
|
||||
import { Sticky } from '..';
|
||||
|
||||
Object.defineProperty(window.HTMLElement.prototype, 'clientHeight', {
|
||||
value: 640,
|
||||
|
||||
Reference in New Issue
Block a user