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

Updated data-table slots #1312

Merged
merged 1 commit into from
Aug 11, 2017
Merged

Updated data-table slots #1312

merged 1 commit into from
Aug 11, 2017

Conversation

nekosaur
Copy link
Member

Resolves #1310 and #1284

@johnleider johnleider merged commit ae413a3 into dev Aug 11, 2017
@johnleider johnleider deleted the enhancement/data-table-slots branch August 11, 2017 15:41
@z47co
Copy link

z47co commented Sep 19, 2017

This is still reproducible in the dev branch. It only seems to occur if all elements are wrapped in a router-link, e.g.

    <template slot="items" scope="props">
      <router-link :to="`/customer/${props.item['.key']}`" tag="td">{{ props.item.name }}</router-link>
      <router-link :to="`/customer/${props.item['.key']}`" tag="td">{{ props.item.phone }}</router-link>
      <router-link :to="`/customer/${props.item['.key']}`" tag="td">{{ props.item.email }}</router-link>
    </template>

If a literal element is added, regardless of position, the issue does not occur.

@lock
Copy link

lock bot commented Apr 16, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord

@lock lock bot locked as resolved and limited conversation to collaborators Apr 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants