mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-14 00:44:34 +00:00
14 lines
201 B
JavaScript
14 lines
201 B
JavaScript
import Vue from 'vue'
|
|
import FloatingVue from 'floating-vue'
|
|
|
|
import 'floating-vue/dist/style.css'
|
|
|
|
Vue.use(FloatingVue, {
|
|
delay: {
|
|
show: 750,
|
|
hide: 50,
|
|
},
|
|
distance: 2,
|
|
skidding: 2,
|
|
})
|