import Vue from 'vue'

Vue.mixin({
  computed: {
    APP_ID() {
      return process.env.APP_ID
    }, 
  },
})