0.1.0 • Published 10 years ago
v-affix v0.1.0
v-affix
Install
npm install v-affix --saveUsage
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
10 years ago