export default { init(vm){ return { postlogn({id,name}){ return vm.$u.get('url',{id,name}); } } } }