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

[Bug Report] Data-* attribute on v-container, v-layout, v-flex rendered incorrectly (as a class, not as a data-* attribute) #3673

Closed
adi-zz opened this issue Mar 26, 2018 · 2 comments
Labels
duplicate The issue has already been reported wontfix The issue is expected and will not be fixed

Comments

@adi-zz
Copy link

adi-zz commented Mar 26, 2018

Versions and Environment

Vuetify: 1.0.10
Vue: 2.5.16
Browsers: Chrome 65.0.3325.181
OS: Windows 7

Steps to reproduce

<v-container data-container="data attribute for container">

Expected Behavior

<div data-container="data attribute for container">

Actual Behavior

<div class="container data-container">

Reproduction Link

https://codepen.io/adi-zz/pen/xWXJQw

@KaelWD
Copy link
Member

KaelWD commented Mar 26, 2018

Duplicate of #3404

@KaelWD KaelWD marked this as a duplicate of #3404 Mar 26, 2018
@KaelWD KaelWD closed this as completed Mar 26, 2018
@KaelWD KaelWD added duplicate The issue has already been reported wontfix The issue is expected and will not be fixed labels Mar 26, 2018
@lock
Copy link

lock bot commented Apr 14, 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 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate The issue has already been reported wontfix The issue is expected and will not be fixed
Projects
None yet
Development

No branches or pull requests

2 participants