funkwhale/front/src/components/globals.js

8 lines
136 B
JavaScript

import Vue from 'vue'
import HumanDate from '@/components/common/HumanDate'
Vue.component('human-date', HumanDate)
export default {}