import flavorValues from '@/helpers/app-flavor';
export default {
install: (Vue) => {
Vue.prototype.$flavor = Object.assign({}, flavorValues);
}
};