Abdul Majeed Shehzad
Abdul Majeed Shehzad
Isn't all blade components starts starts with "x-" ? In the current project, I'm using only this 1 vue component so of course I can't change the settings to interpret...
Perhaps, we can go the other way around and mark only those tags which are starting with "x-" as Laravel components ?
You mean Blade? yes that's installed. (couldn't find blade-x)
Yes I'm in the blade file and here is what the warning says: :media attribute     I'm using [this](https://github.com/ahmed-aliraqi/laravel-media-uploader) package (file-uploader)
I used this component in a previous project and it didn't complained there . Laravel version there is 8.1 
@adelf any thoughts on this?
Like auto completion etc for example it's directives, and some advance auto-completion e.g `wire:modal=` etc
So Modals and Slideovers are livewire components which extends `WireElements\Pro\Components\Modal\Modal` and `WireElements\Pro\Components\SlideOver\SlideOver` respectively then in blade we have directives: `wire:modal` and `wire:slide-over` so we can do the autocopmlete on `wire:modal`...
@adelf any thoughts on this?