UNPKG

vuetify

Version:

Vue.js 2 Semantic Component Framework

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