mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-06 22:00:09 +00:00
4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
import Vue from 'vue'
|
|
import VueSmoothScroll from 'vue2-smooth-scroll'
|
|
|
|
Vue.use(VueSmoothScroll)
|