We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fb7fa commit 70003d9Copy full SHA for 70003d9
index.js
@@ -1 +1,3 @@
1
-export { VirtualScroller } from './src/VirtualScroller.vue'
+import Component from './src/VirtualScroller.vue'
2
+
3
+export const VirtualScroller = Component
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-virtual-scroller",
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "Smooth scrolling for any amount of data",
5
"main": "index.js",
6
"scripts": {
0 commit comments