Mustafa Akçakaya

Results 8 comments of Mustafa Akçakaya

Remove quotes from provider

Just import Tailwind css before Element Plus component: ``` import { createApp } from 'vue' import './css/app.css' //

> But how to deal with On-demand Import, as use `unplugin-vue-components` and `unplugin-auto-import` to import components automatically, the style of the component is automatically imported when used, so the order...

> > > But how to deal with On-demand Import, as use `unplugin-vue-components` and `unplugin-auto-import` to import components automatically, the style of the component is automatically imported when used, so...

@ezimuel @xiaomlove @yao3060 @sebastiaanluca @chongshengdz After some of effort, I successfully connected as follows (_elasticsearch/elasticsearch v8.2.2_): ``` use GuzzleHttp\Client; $client = ClientBuilder::create() ->setHttpClient(new Client(['verify' => false])) ->setHosts(['https://localhost:9200']) ->setBasicAuthentication('elastic', 'my-password') ->build();...

This is a relationship issue, not a matter of hierarchy. There can't be multiple parents. You can keep that relation in a pivot table and you have to treated it...

@HAstaShakiba Meanwhile you can use https://github.com/symplify/vendor-patches to patch the error

I have same problem ![Image](http://i.imgur.com/ZICeIxG.jpg)