Freerk van Zeijl
Freerk van Zeijl
Hi @torshid The fact x-components are based on @component-directives makes it entirely possible to work with your suggested package. Component-View ```blade @foreach($items as $item) @isset($xSlotName) {{ $mySlotScope($item) }} @endisset @endforeach...
Can you specify what exactly "stops working"? I assume you mean the localization, right? If so: Importing locale-file isnt enough. you have to set it to dayjs itself ```javascript import...
Hi @simondrabble, I know question was made some month ago. I've ending in same trouble, so I took a look into code. There is no style- or theme-property to solve...
Hi @mpm-myoko can you try to call force-update by adding `this.$forceUpdate()` after your changes?
Hi @sayhicoelho, I think you dont have to declare the `` in your Component. Just insert the `` wrapped with element of your choice. ```html ``` Please let me know,...
Hi @sayhicoelho you are totally right. In the watcher-method `this.$children` be used to change states. This can not work, if `$children` is not the badger-accordion-item component. I will take care...
Hi @plc-dev thanks for reporting. You said it caused in "item:ready"-event, so it may be a bug in this package. But I have to take a look into this. If...
Hey @matmac, first I have to say sorry to let you wait for an answer. I take a look, and your issue made me aware of missing built version of...
Great Idea. I will work on that!
Hi @reslear, thanks for report. Sorry, I can not reproduce this. In my [test sandbox](https://codesandbox.io/s/sweet-shaw-dtfzn?file=/src/App.vue) it works fine. Am I missing something? Maybe you can try to build the ID...