eddiemf / vue-scrollactive

Lightweight and simple to use vue component that highlights menu items as you scroll the page, also scrolling to target section when clicked.
MIT License
542 stars 70 forks source link

Local Import Get Error #81

Open ademyalcin27 opened 4 years ago

ademyalcin27 commented 4 years ago

Hi, Im getting an error when I import local;

import VueScrollactive from 'vue-scrollactive'; export default { components: { Scrollactive: VueScrollactive, }, } [Vue warn]: Failed to mount component: template or render function not defined.

Is there a solution ? Thank you

pmcp commented 3 years ago

Same here

eduardopatrick commented 3 years ago

Same here too