1.0.2 • Published 5 years ago

vue-anchor-link v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.0

5 years ago