UNPKG

vuetify

Version:

Vue.js 2 Semantic Component Framework

8 lines (6 loc) 200 B
import VBottomSheet from './VBottomSheet'; /* istanbul ignore next */ VBottomSheet.install = function install(Vue) { Vue.component(VBottomSheet.name, VBottomSheet); }; export default VBottomSheet;