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

inable to combine two features ( Children + Style ) #395

Closed
seifoueddine opened this issue Sep 6, 2022 · 3 comments
Closed

inable to combine two features ( Children + Style ) #395

seifoueddine opened this issue Sep 6, 2022 · 3 comments
Labels

Comments

@seifoueddine
Copy link

I use q-calendar and I use some style and condition to display resource label like this

<template #scheduler-resource="{ resource }" v-if="view === 'true'" > <div class="q-calendar-scheduler__resource-text" v-bind:class="{ team: resource.label.startsWith('TEAM '), }" > {{ resource.label }} </div> </template>

it works , but when I want to add children feature I lost all styles
How can I add children feature and customize it ?

Copy link

Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again.

1 similar comment
Copy link

Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again.

@github-actions github-actions bot added the stale label Jan 30, 2025
Copy link

github-actions bot commented Feb 6, 2025

Closing due to inactivity.

@github-actions github-actions bot closed this as completed Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant