Vue - slots #vue #slots
// Slots // div will always override slot // parent: <div slot="client">New Client Name</div> // child: <slot name="client">Placeholder Text</slot>