UNPKG

vuetify

Version:

Vue.js 2 Semantic Component Framework

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