Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
<v-btn
    v-bind="$attrs"
    large
    elevation="0"
    class="red"
    v-on="$listeners"
  >


<button
small
>

how make v-btn take defualt size as large but if i pass a new size in the (reusable ) as small . then v-btn must take the new size small

What I have tried:

how make v-btn take defualt size as large but if i pass a new size in the (reusable <Button>) as small . then v-btn must take the new size small
Posted
Updated 13-Jul-22 3:34am

1 solution

Never heard of the library. Your best source of information on it is going to be the Support link at the vendor website, vuetify.com.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900