Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/src/components/pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</template>

<script>
// import { $scrollview } from 'vue-scrollview'
import { $scrollview } from '../../../../src'

export default {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</template>

<script>
// import { $scrollview } from 'vue-scrollview'
import { $scrollview } from '../../../../../src'
import ExampleStart from '../../ExampleStart'
import ScrollImage from './ScrollImage'
Expand Down
1 change: 1 addition & 0 deletions examples/src/components/pages/lazyload/LazyLoad.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
</template>

<script>
// import { $scrollview } from 'vue-scrollview'
import { $scrollview } from '../../../../../src'

import ExampleStart from '.././../ExampleStart'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
</template>

<script>
// import { $scrollview } from 'vue-scrollview'
import { $scrollview } from '../../../../../src'
import ExampleStart from '.././../ExampleStart'

Expand Down
1 change: 1 addition & 0 deletions examples/src/components/pages/scrollspy/Scrollspy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
</template>

<script>
// import { $scrollview } from 'vue-scrollview'
import { $scrollview } from '../../../../../src'

import menu from './menu.js'
Expand Down
1 change: 1 addition & 0 deletions examples/src/components/pages/test/Test.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</template>

<script>
// import { $scrollview } from 'vue-scrollview'
import { $scrollview } from '../../../../../src'
import VisibilityMarker from './VisibilityMarker'

Expand Down