v-affix
v0.1.0
Published
A Vue.js component
Downloads
19
Readme
v-affix
Install
npm install v-affix --save
Usage
CommonJS
var Affix = require('v-affix');
new Vue({
components: {
Affix: Affix
}
});
ES6
import Affix from 'v-affix';
new Vue({
components: {
Affix
}
});
License
MIT