Create reusable StickyCTA component

This commit is contained in:
richard-dds
2019-05-30 16:47:42 -04:00
parent 4e0cc26b5f
commit 37ca94df42
11 changed files with 72 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ import ally from 'ally.js'
import classes from '../styles/atat.scss'
import Vue from 'vue/dist/vue'
import VTooltip from 'v-tooltip'
import VueSticky from 'vue-sticky'
import dodlogin from './components/dodlogin'
import levelofwarrant from './components/levelofwarrant'
@@ -113,4 +114,6 @@ const app = new Vue({
})
},
delimiters: ['!{', '}'],
directives: {'sticky': VueSticky}
})