UNPKG

vue-lottie2

Version:

A simple wrapper for integrating lottie-web into VueJs

13 lines (10 loc) 236 B
import gallery from './src/LottieAnimation.vue' const VueSilentbox = {} VueSilentbox.install = function (Vue, options) { Vue.mixin({ components: { 'silent-box': gallery } }) } export default VueSilentbox