Pascal Baljet

Results 77 comments of Pascal Baljet

The second one is the right direction. Does it also include `import Custom from './Custom.vue'`? Do you get any errors you can share?

```javascript class VideoSpec extends ImageSpec { init() { var vm = this; this.formatter.quill.root.addEventListener("click", function (event) { var el = event.target; if (!(el instanceof HTMLElement) || el.tagName !== "VIDEO") { return;...

It has been fixed in v0.6.12. Nested relationships, like the example below, now work: ```blade ```

Yes! Actions and exports are on the roadmap: https://splade.dev/docs/roadmap I agree with the sorting suggestions, it seems like a good addition.

@0xWesleyS Bulk Actions and Exports are now available in v0.6 🎉

Can you share your main `app.js` and `app.css` files?

Hi! Criticism is good, so don't hesitate to post here :) 1. You may add the Splade middleware to the `web` group if you feel that's cleaner. That works fine...

Thanks for reporting. I'll take a look at it!

Can confirm, working on a fix!

This has been fixed in v0.6.5. There are two ways of solving the issue: - You may use [Attribute Casting](https://laravel.com/docs/9.x/eloquent-mutators#attribute-casting) on your `House` Eloquent Model and add a `boolean` type...