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 posted this on the forum but didn't know if this is actually the proper place to submit issues.
Trying out PrimeVue and overall loving it!
Ran into an odd situation where TabView panels work fine until I data drive them. Example uses pug but hopefully its clear.
TabView TabPanel(header='Foo') p Foo TabPanel(header='Bar') p Bar
works fine.
TabView TabPanel(v-for='(m, i) in markets', :key='i', :header='m.label') p {{ m.markets }}
does not.
However if I just use normal divs the contents shows up as expected
div(v-for='(m, i) in markets', :key='i') p {{ m.label }} p {{ m.markets }}
Not sure why this would be an issue. The documentation on the subject doesn't say anything about not being able to use dynamic TabViews
TabView
The text was updated successfully, but these errors were encountered:
Sorry, this appears like a duplicate covered by #641. Closing this and watching other issue #616
Sorry, something went wrong.
No branches or pull requests
I posted this on the forum but didn't know if this is actually the proper place to submit issues.
Trying out PrimeVue and overall loving it!
Ran into an odd situation where TabView panels work fine until I data drive them. Example uses pug but hopefully its clear.
works fine.
does not.
However if I just use normal divs the contents shows up as expected
Not sure why this would be an issue. The documentation on the subject doesn't say anything about not being able to use dynamic
TabView
sThe text was updated successfully, but these errors were encountered: