UNPKG

vuetify

Version:

Vue.js 2 Semantic Component Framework

9 lines (6 loc) 228 B
import VNavigationDrawer from './VNavigationDrawer' /* istanbul ignore next */ VNavigationDrawer.install = function install (Vue) { Vue.component(VNavigationDrawer.name, VNavigationDrawer) } export default VNavigationDrawer