vue-anchor-link
v1.0.2
Published
## Setup This package requires the vue-scrollto package. See [vue-scrollto](https://www.npmjs.com/package/vue-scrollto/) ```javascript import VueScrollTo from 'vue-scrollto'; Vue.use(VueScrollTo);
Downloads
3
Readme
vue-anchor-link
Setup
This package requires the vue-scrollto package. See vue-scrollto
import VueScrollTo from 'vue-scrollto';
Vue.use(VueScrollTo);
import AnchorLink from 'test-anchor-link';
Vue.component('anchor-link', AnchorLink);
Usage
<anchor-link to="link" title="Title of link" text="Text of link"></anchor-link>
Only required attribute is to
Default of text is capitalized to
Default of title is capitalized text