Home Reference Source

src/config/index.js

// Application-wide configurations
import './vue'
import api from './api'

export default {
  api
}