Answers for "pass yield to vue component laravel"

PHP
0

pass yield to vue component laravel

<div  >
   <slot name="from-blade"></slot>
</div>
  //then in laravel blade
<example>

  <template v-slot:from-blade>
    //Add your data here or you can
    </template>
</example>
Posted by: Guest on March-10-2022

Code answers related to "pass yield to vue component laravel"

Browse Popular Code Answers by Language