UNPKG

alpinejs

Version:
9 lines (7 loc) 265 B
export function handleTextDirective(el, output, expression) { // If nested model key is undefined, set the default value to empty string. if (output === undefined && String(expression).match(/\./)) { output = '' } el.textContent = output }