mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-11-24 16:36:46 +00:00
5 lines
97 B
JavaScript
5 lines
97 B
JavaScript
import Vue from 'vue'
|
|
import VueSmoothScroll from 'vue2-smooth-scroll'
|
|
|
|
Vue.use(VueSmoothScroll)
|