$el.querySelector('[aria-selected=true]').focus()); }
"
@keydown.arrow-left.prevent="
const tabs = ['ingredients', 'steps', 'nutrition'];
const i = tabs.indexOf(selected);
if (i > 0) { selected = tabs[i - 1]; $nextTick(() => $el.querySelector('[aria-selected=true]').focus()); }
">
Ingredients
Scale
- 0) { selectedScale = customScale; show = false }" />
Convert
Steps
{
$el.nextElementSibling.scrollIntoView({ behavior: 'smooth', block: 'center' });
});
}
">
1
Add egg yolks and milk to melted butter. Whisk till blended.
{
$el.nextElementSibling.scrollIntoView({ behavior: 'smooth', block: 'center' });
});
}
">
2
Add flour and baking powder, whisk till smooth.
{
$el.nextElementSibling.scrollIntoView({ behavior: 'smooth', block: 'center' });
});
}
">
3
Beat egg whites till stiff, fold in to batter.
{
$el.nextElementSibling.scrollIntoView({ behavior: 'smooth', block: 'center' });
});
}
">
4
Cook until golden in waffle iron
Nutrition Facts
Nutrition facts are based on 1 serving. If servings is not specified, 4 is assumed for the total recipe.
Nutrition facts are based on 1 serving. If servings is not specified, 4 is assumed for the total recipe.
-
Calories428kcal21%
-
Fat19g29%
-
Saturated Fat11g55%
-
Carbohydrates51g17%
-
Fiber1g4%
-
Sugar5g10%
-
Protein11g22%
-
Cholesterol136mg45%
-
Sodium291mg12%
Percent Daily Values are based on a 2,000 calorie diet.
Comments
Sign in to leave a comment.