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
A Vue.js component
<script type="module">
import vAffix from 'https://cdn.skypack.dev/v-affix';
</script>
npm install v-affix --save
CommonJS
var Affix = require('v-affix');
new Vue({
components: {
Affix: Affix
}
});
ES6
import Affix from 'v-affix';
new Vue({
components: {
Affix
}
});
MIT