UNPKG

scroll-modal

Version:

一个支持卷轴式展开、关闭的Vue弹窗组件

14 lines (9 loc) 268 B
import ScrollModal from './lib/scroll-modal.vue' const install = function(vue) { if (install.installed) return vue.component(ScrollModal.name, ScrollModal) } if (typeof window !== 'undefined' && window.Vue) { install(window.Vue) } export default ScrollModal