{{ snackbarText }}
Close
{
updateBackgroundImageURL(s);
setSnackbarText(
s ? `BackgroundImage set to ${s}.` : `backgroundImage reset.`
);
}
"
:realTitleSize="parseInt(titleSize)"
:realContentSize="contentSize"
/>
.v-card-title { font-size: {{ titleSize }}; }