Traveling with a child with medical complexity can be challenging but with extra planning, a family vacation can be a memorable and enjoyable experience. Planning a vacation (and experiencing one) can strengthen family relationships. This guide offers practical advice on choosing a location, what and how to pack the medical supplies your child needs, tips for traveling by car and airplane, and what precautions to take should your child have a medical emergency while on vacation.
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">