Recent Posts

Caution: Greetings to all visitors. The site is working in short. Links Please skip the link to view any topic and thank you for visiting
header ads

Need help with anchor links

How would I create anchor links with Vue.js
Nav Bar and other links
 <li class="nav-item active mr-lg-4" v-if="!loggedIn">

                    <router-link class="nav-link" :to="{ name: 'home' }">Pricing</router-link>

                </li>

                <li class="nav-item active mr-lg-4" v-if="!loggedIn">

                    <router-link class="nav-link" :to="{ name: 'home' }">Features</router-link>
Code (markup):
as well as footer I have it as


<a...
Code (markup):
Need help with anchor links

from Programming https://ift.tt/3meSL5S
via IFTTT

Post a Comment

0 Comments