-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Several accordion examples result in error on Vue 3 #53
Comments
This is not a friendly way to ask for some help. Your problem seems to come from Eslint, here is the same filed error with Vuetify: https://stackoverflow.com/questions/61344980/v-slot-directive-doesnt-support-any-modifier If you have some doubts you can always fork and run the Wave UI project on the Please reopen if not solved. |
Hi again, sorry if I sounded harsh... was not trying to be snarky. I am trying out Wave-UI for the first time. rewriting ` <template #item-title.2>Item title 2 <template #item-title.3>Item title 3 to `
addresses the issue, but for whatever reason, the 'Item title 1' doesn't show up on the first item. I just figured I'd let you know... maybe this leads to helping others. Should the current documentation be updated? |
Thanks for your feedback @QuixoticGitHub, it looks like there is a typo here |
I read that this UI framework was supposed to work for Vue 3, but that doesn't really seem to be the case yet? Or maybe it does and the documentation is simply lacking?
`
<template #item-title.1>Item title 1
<template #item-content.1>Item content 1
<template #item-title.2>Item title 2
<template #item-content.2>Item content 2
<template #item-title.3>Item title 3
<template #item-content.3>Item content 3
`
The "Do you (really) need even more flexibility?" (I do) example results in repeated:
errors.
I would've gone and asked in some Telegram/Discord channel, but you seemingly don't have any?
The text was updated successfully, but these errors were encountered: