{
emits('windowMet');
}
"
/>
{
emits('closeMet');
}
"
/>
{
if (speedNum < 200) {
speedNum++;
}
}
"
/>
{
if (speedNum > 50) {
speedNum--;
}
}
"
/>