Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 25bdf28

Browse files
committed
readme example fix
1 parent bdd0535 commit 25bdf28

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Add ListScroller component to your project
4646
</template>
4747
4848
<script>
49-
import ListScroller from '@/listscroller'
49+
import ListScroller from 'vue-list-scroller'
5050
import Item from './item'
5151
5252
export default {

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "vue-list-scroller",
33
"version": "1.0.0",
44
"description": "Simple Vue.js component for efficiant rendering large lists",
5-
"private": true,
65
"homepage": "https://github.com/IvanSafonov/vue-list-scroller",
76
"license": "MIT",
87
"main": "dist/list-scroller.ssr.js",

0 commit comments

Comments
 (0)