İsmet Şafak

Results 15 comments of İsmet Şafak

|@danielroe hi, in my application i am changing page with NuxtLink and i am using useRoute in footer. when first load the page useRoute data works very well but after...

yes it is a weird bug for example i am again getting this error for nuxt 3.9.0 i found a solution actually but i dont know is it good or...

yes thats not the case like you said. initte method works inside the conditionally rendered component. When v-if is true the mounted event works. that i screenshotted. This component is...

Actually i discovered something i have a menu field on the left side (this is another sidenav i have used the same example in twelements page) it is sidenav too....

you know what second code that you wrote works perfectly. Is it have any negative effect?

hi, can i get a recommendation from you? i have multiple collapses in multiple components in 1 page should i async mounted() { const { Collapse, initTE } = await...

@juujisai thanks that works i have 1 more question i am trying to use tab and it needs data-te-tab-active prop i am using v-for for tabs how can i make...

yep this works very well thank you so much you are perfect also i am sorry for taking your time but i have one a last question i have collapse...

ok btw about my first question const { Tab, initTE,Collapse, Modal } = await import("tw-elements"); let modalComponent = Modal this.initTeComponent = initTE this.initTeComponent({ modalComponent }); when i do something like...

thanks i will try that but i encountered a bug i guess with tab component i cant trigger 2 field at the same time. i was capable of this this...