Skip to content

Commit 70003d9

Browse files
committed
Fix export
1 parent b8fb7fa commit 70003d9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
export { VirtualScroller } from './src/VirtualScroller.vue'
1+
import Component from './src/VirtualScroller.vue'
2+
3+
export const VirtualScroller = Component

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-virtual-scroller",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Smooth scrolling for any amount of data",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)