1.0.1 • Published 3 years ago
lkt-vue-tools v1.0.1
LKT Vue Tools
Methods
getSlots
Retrieve all slots in a component $slots property.
If slotStartingPattern is given, only will return slots which name starts by that string.
Args
- $slots: object
- slotStartingPattern?: string
Returns
An object containing all slots
slotProvided
Checks if client using this $vm Vue component had been defined any slot named name.
Args
- $vm: object
- name: string
Returns
Boolean
1.0.1
3 years ago