Add vue-scrollto settings
This commit is contained in:
parent
3478c4f3c8
commit
dbfb7804a8
1 changed files with 2 additions and 0 deletions
|
@ -1,11 +1,13 @@
|
|||
import Vue from 'vue';
|
||||
import Draggable from 'vuedraggable';
|
||||
import VueScrollTo from 'vue-scrollto';
|
||||
|
||||
import DraggableItem from './DraggableItem';
|
||||
import DraggableList from './DraggableList';
|
||||
|
||||
Vue.component('Draggable', Draggable);
|
||||
Vue.component('DraggableItem', DraggableItem);
|
||||
Vue.use(VueScrollTo, { duration: 1500, easing: 'ease' });
|
||||
|
||||
addEventListener('DOMContentLoaded', () => {
|
||||
const el = document.querySelector('#champs-editor');
|
||||
|
|
Loading…
Add table
Reference in a new issue