We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
24614e5
No branches or pull requests
Proposed solution
I'm creating a drag and drop list and need to Specify a custom tag used on the root element.
The text was updated successfully, but these errors were encountered: