ocordeiro / vue-smooth-scroll

Simple vue smooth scroll
77 stars 12 forks source link

Scroll Not Working #16

Closed icangku closed 6 years ago

icangku commented 6 years ago

Uncaught TypeError: Cannot read property 'substring' of undefined at HTMLLIElement.eval

Combine with BootstrapVue <b-nav-item :href="'#home'" v-smooth-scroll="{ duration: 1000 }">Home</b-nav-item>

But its working to this <b-navbar-brand :href="'#home'" v-smooth-scroll="{ duration: 1000 }"> <b-img :src="'https://id.yamaha.com/id/common/images/yamaha.svg'" width="200%" alt=""/> </b-navbar-brand> #5