0.1.0 • Published 9 years ago
v-affix v0.1.0
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
0.1.0
9 years ago