Skip to content
Snippets Groups Projects
globals.js 226 B
Newer Older
  • Learn to ignore specific revisions
  • Eliot Berriot's avatar
    Eliot Berriot committed
    import Vue from 'vue'
    
    import HumanDate from '@/components/common/HumanDate'
    
    Vue.component('human-date', HumanDate)
    
    
    Eliot Berriot's avatar
    Eliot Berriot committed
    import Username from '@/components/common/Username'
    
    Vue.component('username', Username)
    
    
    Eliot Berriot's avatar
    Eliot Berriot committed
    export default {}