Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add Specify a custom tag used on the root element. v-infinite-scroll #17311

Closed
samehdoush opened this issue May 6, 2023 · 0 comments

Comments

@samehdoush
Copy link
Contributor

Proposed solution

I'm creating a drag and drop list and need to Specify a custom tag used on the root element.

  <v-infinite-scroll tag="ul" 
                            :onLoad="load()">
                            <v-skeleton-loader v-if="loading[index]" class="mx-auto" elevation="12" max-width="400"
                                type="table-heading, list-item-two-line, image, table-tfoot"></v-skeleton-loader>

                                <li v-else  class="item" v-for="item in items[index]" :key="item.id" :id="item.id">

                                  example
                                </li>


                        </v-infinite-scroll>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants