UNPKG

@vue-material/core

Version:

Yet another 'Material Design Components' library for Vue3.

10 lines (9 loc) 159 B
function getSrc(props) { return (props.src ?? "").replaceAll( /\[(\w+)]/g, (match, prop) => String(props[prop] || match) ); } export { getSrc };