Hedeflenen rotaya girildiğinde bir form gösterip doldurulmasını mecbur kılmak istiyorum arka plandaki herhangi bir linkinde çalışmaması gerekiyor
https://vuejs.org/guide/built-ins/teleport.html#basic-usage
teleport diye birşey buldum , uygulaması basit ama arka planı deaktif edemedim
<Teleport to="body">
<div class="modal">
<p>Hello from the modal!</p>
</div>
</Teleport>
<style scoped>
.modal {
position: fixed;
z-index: 999;
top: 20%;
left: 50%;
width: 300px;
margin-left: -150px;
}
</style>
kodları dokumantasyondan aldım sadece dogru yoldamıyım emin olamadım , arkaplanı kaplayan bir background biraz opacity ile arkaplandaki tüm linkler vs tıklanamaz hale getirmemmi gerekir