UNPKG

vuetify

Version:

Vue.js 2 Semantic Component Framework

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